summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-19 21:45:43 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-19 21:45:43 -0800
commitc8fdcf7b88d52adb17f1a6a9978f067a24caa9f1 (patch)
treec9f0a94e9d894cc825d7418cff34e601c12154cf
parent4e3fa9ef92aa467cbfb13fdaffde81295d8de272 (diff)
typo in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb7ec0a..c20f5e5 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,7 @@ $ git push origin ponzu-dev
**Note:** if you intend to work on your own fork and contribute from it, you will
need to also pass `--fork=path/to/your/fork` (using OS-standard filepath structure),
where `path/to/your/fork` _must_ be within `$GOPATH/src`, and you are working from a branch
-called `ponxu-dev`.
+called `ponzu-dev`.
For example:
```bash