mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Use ~> operator in README installation section (#89)
This commit is contained in:
parent
d5402df7fe
commit
c4016bd28c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Add this to your application's `shard.yml`:
|
|||
development_dependencies:
|
||||
ameba:
|
||||
github: veelenga/ameba
|
||||
version: 0.9.0
|
||||
version: ~> 0.9.0
|
||||
```
|
||||
|
||||
Build `bin/ameba` binary within your project directory while running `shards install`.
|
||||
|
|
Loading…
Reference in a new issue