summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-05-22 02:31:08 -0700
committerSteve Manuel <nilslice@gmail.com>2017-05-22 02:31:08 -0700
commitcb0d3e594726e8b848c5dc7456b2efd4fdccb9ee (patch)
treeba912f9826d7df4e5f69b9bcf5cd57f4f11951a5 /README.md
parent3dd1e2ca2462a5762ff34f4512b3e60384771312 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74160f1..b09d624 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,7 @@ $ ponzu version --cli
2. Make code changes
3. Test changes to ponzu-dev branch
- make a commit to ponzu-dev
- - to manually test, you will need to use a new copy (ponzu new path/to/code), but pass the --dev flag so that ponzu generates a new copy from the ponzu-dev branch, not master by default (i.e. `$ponzu --dev new /path/to/code`)
+ - to manually test, you will need to use a new copy (ponzu new path/to/code), but pass the --dev flag so that ponzu generates a new copy from the ponzu-dev branch, not master by default (i.e. `$ponzu new --dev /path/to/code`)
- build and run with $ ponzu build and $ ponzu run
4. To add back to master:
- first push to origin ponzu-dev