summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-12 16:45:20 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-12 16:45:20 -0800
commitfa0006d56633bee0c3b8d8ef7424dd7a98aaa5fa (patch)
tree718889b16cd196ce9a8934c21cc3c7d102cd202e /README.md
parentf266aaedbce1e5eb1f58367b1478e09a981b15f5 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b672443..c9c8edd 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,6 @@ tools to support the development of content servers and management systems are n
Ponzu fills the void where you want to reach for Wordpress to get a great CMS, or Rails for
rapid development, but need a fast JSON response in a high-concurrency environment.
-*TLS:
- - Development: self-signed certificates auto-generated
- - Production: auto-renewing certificates fetched from [Let's Encrypt](https://letsencrypt.org)
-
**Because you want to turn this:**
```bash
$ ponzu generate song title:"string" artist:"string" rating:"int" opinion:"string" spotify_url:"string"
@@ -34,7 +30,11 @@ $ ponzu generate song title:"string" artist:"string" rating:"int" opinion:"strin
:ballot_box_with_check: Rapid development with CLI-controlled code generators
:ballot_box_with_check: User-friendly, extensible CMS and administration dashboard
:ballot_box_with_check: Simple deployment - single binary + assets, embedded DB ([BoltDB](https://github.com/boltdb/bolt))
-:ballot_box_with_check: Fast, helpful framework while maintaining control
+:ballot_box_with_check: Fast, helpful framework while maintaining control
+
+*TLS:
+ - Development: self-signed certificates auto-generated
+ - Production: auto-renewing certificates fetched from [Let's Encrypt](https://letsencrypt.org)
## Wiki
For more detailed information, check out the [wiki](https://github.com/ponzu-cms/ponzu/wiki)