diff options
author | Steve Manuel <nilslice@gmail.com> | 2019-11-09 00:50:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-09 00:50:21 -0700 |
commit | c3d75b78c954d21ff8baf395f9b4beabeecd0af9 (patch) | |
tree | 2eda30b2bf92cef2c37c1920a75fd999d00e9d42 | |
parent | 518d761e16a0c14067aa12ecbf6b3c6558af5944 (diff) | |
parent | a33d4d7ffaf61cb0ca94ba14c9a09cee0e1db392 (diff) |
Merge pull request #328 from fedir/patch-3
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -212,7 +212,7 @@ $ ponzu upgrade ### add, a -Downloads an add-on to GOPATH/src and copys it to the Ponzu project's ./addons directory. +Downloads an add-on to GOPATH/src and copies it to the Ponzu project's ./addons directory. Must be called from within a Ponzu project directory. Example: @@ -316,7 +316,7 @@ $ ponzu new --dev --fork=github.com/nilslice/ponzu /path/to/new/project ### Logo The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com) -The design is licensed under the Creative Commons 3.0 Attributions license. +The design is licensed under the Creative Commons 3.0 Attribution license. Read this article for more details: http://blog.golang.org/gopher The Go gopher vector illustration by Hugo Arganda [@argandas](https://twitter.com/argandas) (http://about.me/argandas) |