From 8bba61bf012b12d3d7f4cdf47d1ece18ac832f8b Mon Sep 17 00:00:00 2001 From: pushkyn Date: Mon, 23 Oct 2017 20:18:27 +0300 Subject: [PATCH] update contributing.md - fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 273147a..6587186 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,7 +120,7 @@ Generally, we follow the style guidelines as suggested by the official language. # Clone your fork of the repo into the current directory git clone https://github.com/sendgrid/csharp-http-client # Navigate to the newly cloned directory - cd sendgrid-python + cd csharp-http-client # Assign the original repo to a remote called "upstream" git remote add upstream https://github.com/sendgrid/csharp-http-client ```