summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-02 12:02:52 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-02 12:02:52 -0800
commitd81eaf703a0fa514f58b65e5fe757ded4bdd72e7 (patch)
tree7d92d05c075d5babfa114d3cbc7a01de89d27e82 /README.md
parentae7d01f3aae28797f3b9ebc67be843763a02da6d (diff)
typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b867c7..265e55b 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ $ ponzu new myProject
> New ponzu project created at $GOPATH/src/myProject
```
-Errors will be reported, but successful commands retrun nothing.
+Errors will be reported, but successful commands return nothing.
---
@@ -84,7 +84,7 @@ type Review struct {
The generate command will intelligently parse more sophisticated field names
such as 'field_name' and convert it to 'FieldName' and vice versa, only where
appropriate as per common Go idioms. Errors will be reported, but successful
-generate commands retrun nothing.
+generate commands return nothing.
---