diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-23 10:56:18 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-23 10:56:18 -0800 |
commit | 5743086d8073d9de3c6a524f1ad384fa43e9140e (patch) | |
tree | da67e76dac54cc5545f71890e754f2b1e5480130 /README.md | |
parent | caa06d065ba97cae779b9c4edf9e2c6c77f72ea7 (diff) |
escape angle brackets in GFM
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -25,7 +25,7 @@ $ ponzu [flags] command <params> ### COMMANDS -### new <directory>: +### new \<directory\>: Creates a 'ponzu' directory, or one by the name supplied as a parameter immediately following the 'new' option in the $GOPATH/src directory. Note: @@ -44,7 +44,7 @@ Errors will be reported, but successful commands retrun nothing. --- -### generate, gen, g <type (,...fields)>: +### generate, gen, g \<type (,...fields)\>: Generate a content type file with boilerplate code to implement the editor.Editable interface. Must be given one (1) parameter of @@ -92,9 +92,7 @@ Errors will be reported, but successful build commands return nothing. --- -### run - -[[--port=8080] [--https]] run <service(,service)>: +### [[--port=8080] [--https]] run \<service(,service)\>: Starts the HTTP server for the JSON API, Admin System, or both. The segments, separated by a comma, describe which services to start, either |