Skip to content

Commit

Permalink
Updated doc for version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSichau authored Jul 14, 2016
1 parent 73f24f4 commit edf5377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The Authorization was removed in version 0.9.0, because the current implementati

## Advanced

You can access the [ShareJS Server API](https://github.com/share/ShareJS/wiki/Server-api) at `ShareJS.model`. For example, you may want to delete documents ops when the document is deleted in your app. See the demo for an example.
You can access the [ShareJS Server API](https://github.com/share/ShareJS/wiki/Server-api) via `import { ShareJS } from 'meteor/mizzao:sharejs'`. For example, you may want to delete documents ops when the document is deleted in your app. See the demo for an example.

## Notes

Expand Down

0 comments on commit edf5377

Please sign in to comment.