From 3596abdb3cbdc44348bf57e2dc95caee99876d1f Mon Sep 17 00:00:00 2001 From: "Kefah T. Issa" Date: Sun, 13 Oct 2019 21:43:46 +0300 Subject: [PATCH] Fix the shard.yml setup The shard name should be "sodium" without .cr otherwise we get an error when running `shards install` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 385b036..4effe03 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Add this to your application's `shard.yml`: ```yaml dependencies: - sodium.cr: + sodium: github: didactic-drunk/sodium.cr ```