From 0089619a93c9693b775ee454b381d56360b0fa62 Mon Sep 17 00:00:00 2001 From: Keefer Taylor Date: Wed, 17 Oct 2018 03:08:00 +0100 Subject: [PATCH] Update README.md Fix path to point at original repo, rather than my fork. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbc984d..d3d5b14 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following to your Package.swift file in "dependencies". Add the following to your Podfile: ``` -pod 'Base58String', :git => 'https://github.com/keefertaylor/Base58String.git' +pod 'Base58String', :git => 'https://github.com/cloutiertyler/Base58String.git' ``` ## Usage