update readme for shards

This commit is contained in:
Jonne Haß 2015-11-28 14:07:42 +01:00
parent 2f2ae4dd41
commit 652308db5f
1 changed files with 5 additions and 5 deletions

View File

@ -6,12 +6,12 @@ SQLite3 bindings for [Crystal](http://crystal-lang.org/).
[Documentation](http://manastech.github.io/crystal-sqlite3/) [Documentation](http://manastech.github.io/crystal-sqlite3/)
### Projectfile ### shard.yml
```crystal ```yml
deps do dependencies:
github "manastech/crystal-sqlite3" sqlite3:
end github: manastech/crystal-sqlite3
``` ```
### Usage ### Usage