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/)
### Projectfile
### shard.yml
```crystal
deps do
github "manastech/crystal-sqlite3"
end
```yml
dependencies:
sqlite3:
github: manastech/crystal-sqlite3
```
### Usage