summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-09-21 11:34:24 +0200
committerJan Lehnardt <jan@apache.org>2013-10-03 16:09:17 +0200
commita0cba304e4e29d9fe507d78bc2f85a4fe937abc7 (patch)
tree80643798fd5850b08cc5603d65b22b9890ade1d3
parent492c98990f929dddc7de56fc0bb9582a5ce8d66b (diff)
downloadcouchdb-a0cba304e4e29d9fe507d78bc2f85a4fe937abc7.tar.gz
fix formatting
-rw-r--r--src/couch_plugins/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md
index b1d6fb71e..0093e1d5e 100644
--- a/src/couch_plugins/README.md
+++ b/src/couch_plugins/README.md
@@ -30,7 +30,7 @@ first iteration of a plugins system:
4. Complete trust-based system. You trust me to not do any nasty things
when you click on the install button. No crypto, no nothing. Only
people who can commit to Futon can release new versions of plugins.
-5. Minimal user-friendlyness: won’t install plugins that don’t match
+5. Minimal user-friendlyness: won’t install plugins that don’t match
the current Erlang version, gives semi-sensible error messages
(wrapped in a HTTP 500 response :)
6. Require a pretty strict format for binary releases.
@@ -61,7 +61,7 @@ hang of it.
Here is a rough list of features squared against future milestones:
Milestone 2: Be creator friendly
- - Make it easy to build a CouchDB plugin by providing one or more easy
+ - Make it easy to build a CouchDB plugin by providing one or more easy
to start templates.
- Make it easy to publish new plugins and new versions of existing plugins.
- Make it easy to supply packages for multiple Erlang & CouchDB versions.
@@ -100,7 +100,7 @@ module.
It exposes one new API endpoint `/_plugins` that an admin user can
POST to.
-The additional Futon page lives at /_utils/plugins.html it is
+The additional Futon page lives at `/_utils/plugins.html` it is
hardcoded.
Futon (or you) post an object to `/_plugins` with four properties:
@@ -183,4 +183,4 @@ to improve this, thanks!
Best,
Jan
---
+--