Skip to content

Commit 3c28195

Browse files
committed
Small fix README.md
1 parent c8e8e6e commit 3c28195

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,6 @@ object.__proto__++; // No output as properties named __proto__ are ignored
896896
```
897897

898898
## API
899-
(ADD NETHOD'S TO SUBSCRIBE TO CHANGES).
900899

901900
<h4 id="observe"><code>function observe(object)</code></h4>
902901
Description:
@@ -914,7 +913,7 @@ Parameters:
914913
Returns:
915914
<ul>
916915
<li>Input <code>object</code>, now reactive</li>
917-
<li>There are two methods in returned object to subscribe and unsuscribe to changes.: <code>subscribeToChanges(fn)</code> is to subscribe to changes and returns a <code>subscriptionId</code>, which you can use to unsubscribe to changes if necessary: <code>unsubscribeToChanges(subscriptionId)</code>. Functions passed to <code>subscribeToChanges(fn)</code> will be executed in a non-blocking, asynchronous way</li>
916+
<li>There are two methods in returned object to subscribe and unsuscribe to changes: <code>subscribeToChanges(fn)</code> is to subscribe to changes and returns a <code>subscriptionId</code>, which you can use to unsubscribe to changes if necessary: <code>unsubscribeToChanges(subscriptionId)</code>. Functions passed to <code>subscribeToChanges(fn)</code> will be executed in a non-blocking, asynchronous way</li>
918917
</ul>
919918

920919
<h4 id="ignore"><code>function ignore(object)</code></h4>

0 commit comments

Comments
 (0)