Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Jan 9, 2014
1 parent bff959b commit e044d02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It's usually pretty easy to add your own adapters for integrating with proprieta
3. Build your adapter.

## How to test your adapter
1. Configure the interfaces you plan to support in `adapter.json`.
1. Configure the interfaces you plan to support in the adapter's `package.json` file.
2. In your adapter's directory, run `npm test`.


Expand All @@ -34,6 +34,9 @@ It's usually pretty easy to add your own adapters for integrating with proprieta
5. We'll update the documentation with information about your new adapter
6. Then everyone will adore you with lavish praises. Mike might even send you jelly beans.

7. Run `npm version patch`
8. Run `git push && git push --tags`
9. Run `npm publish`

## About Sails.js and Waterline
http://sailsjs.org
Expand Down

0 comments on commit e044d02

Please sign in to comment.