From edf5377d3fa36b3c8dd7c3485efd6cbc4d1d0681 Mon Sep 17 00:00:00 2001 From: David Sichau Date: Thu, 14 Jul 2016 16:28:00 +0200 Subject: [PATCH] Updated doc for version 0.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b824ad8..6093973 100644 --- a/README.md +++ b/README.md @@ -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