mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
update readme for shards
This commit is contained in:
parent
2f2ae4dd41
commit
652308db5f
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue