Skip to content

Commit ef6ff92

Browse files
committed
Doc fixes
1 parent 1d05106 commit ef6ff92

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Contributing Guide
22

3-
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-rethinkdb/issues).
3+
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-sql/issues).
44

55
1. Contribute to the issue that is the reason you'll be developing in the first place
6-
1. Fork js-data-rethinkdb
7-
1. `git clone https://github.com/<you>/js-data-rethinkdb.git`
8-
1. `cd js-data-rethinkdb; npm install; bower install;`
6+
1. Fork js-data-sql
7+
1. `git clone https://github.com/<you>/js-data-sql.git`
8+
1. `cd js-data-sql; npm install; bower install;`
99
1. `grunt go` (builds and starts a watch)
1010
1. (in another terminal) `grunt karma:dev` (runs the tests)
1111
1. Write your code, including relevant documentation and tests

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ var DSSqlAdapter = require('js-data-sql');
2626

2727
var store = new JSData.DS();
2828

29-
// "r" will be available at adapter.r
30-
var adapter = new DSSqlAdapter();
31-
3229
store.registerAdapter('sql', adapter, { default: true });
3330

3431
// "store" will now use the Sql adapter for all async operations

0 commit comments

Comments
 (0)