Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesots committed Aug 6, 2012
1 parent 7c920b5 commit 63c40df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,10 @@ SqlJocky uses an asynchronous model to access the database, due to Dart's (proba
of blocking reads on sockets. The API for the library can be found in lib/interfaces.dart. Examples
and suchlike may come in the future.

To run the tests, you'll need to use [pub](http://www.dartlang.org/docs/pub-package-manager/) to
import the sdk's unittests package. You'll also need to create a 'connection.options' file, by
copying 'connection.options.example' and modifying the settings.

Licence
-------

Expand Down

0 comments on commit 63c40df

Please sign in to comment.