From 2c79678e3953475e8dd4d0c3432aea3fd58600e0 Mon Sep 17 00:00:00 2001 From: Doc Ritezel Date: Tue, 16 Jan 2018 17:31:30 -0800 Subject: [PATCH] Fix the fork url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ebc772488..8198ca9b76 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To ensure your Elixir code is properly formatted: `$ mix credo --strict` ## Contributing -1. Fork it ( https://github.com/poanetwork/explorer/fork ) +1. Fork it ( https://github.com/poanetwork/poa-explorer/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Write tests that cover your work 4. Commit your changes (`git commit -am 'Add some feature'`)