From 8e7f3a6a2e67f3be6d731ba0661cb72386a8f6cb Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Mon, 19 Oct 2015 20:49:40 -0700 Subject: [PATCH] Add link to js-data on the server --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc4d7a1..c921b61 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ store.registerAdapter('sql', adapter, { default: true }); // "store" will now use the Sql adapter for all async operations ``` +Read about using [JSData on the Server](http://www.js-data.io/docs/jsdata-on-the-server). + ### Changelog [CHANGELOG.md](https://github.com/js-data/js-data-sql/blob/master/CHANGELOG.md)