From 2eceb3c279f819f57d7b1eb11b39a736c325999f Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 4 Oct 2020 13:30:32 +0200 Subject: [PATCH] Update org to iv-org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ff374..c4f01d2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This library is available under the MIT license. ```yaml dependencies: lsquic: - github: omarroth/lsquic.cr + github: iv-org/lsquic.cr ``` 2. Run `shards install` @@ -39,7 +39,7 @@ client.get("/", headers: HTTP::Headers{ ## Contributing -1. Fork it () +1. Fork it () 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)