Skip to content

Commit eceb2b5

Browse files
authored
Merge pull request #2 from hugopl/patch-3
Fix README instructions to use the shard.
2 parents 523b2b7 + fb8db9c commit eceb2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add this to your application's `shard.yml`:
88

99
```yaml
1010
dependencies:
11-
magic.cr:
11+
magic:
1212
github: dscottboggs/magic.cr
1313
```
1414
@@ -17,7 +17,7 @@ dependencies:
1717
[API documentation](https://dscottboggs.github.io/magic.cr/index.html)
1818
1919
```crystal
20-
require "magic.cr"
20+
require "magic"
2121
require "http" # for the HTTP example
2222

2323
TestImageURL = "https://upload.wikimedia.org/wikipedia/commons/d/db/Patern_test.jpg"

0 commit comments

Comments
 (0)