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/)
|
[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
|
||||||
|
|
Loading…
Reference in a new issue