summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfcassin <francois.cassin@gmail.com>2015-11-10 15:50:40 +0100
committerfcassin <francois.cassin@gmail.com>2015-11-10 15:50:40 +0100
commitf2836125dc887bf02c1c42231b670d4493a7f2ab (patch)
tree6ea29a227f3dd8f106826f47f1f44ac036a0176a /README.md
parenta09044a6f3fa610d23b45dbcef675ee4b6b6395b (diff)
parentf774c2584f9d2a6c69ddad065b688dca2be7aaa6 (diff)
downloadetherpad-lite-f2836125dc887bf02c1c42231b670d4493a7f2ab.zip
Merge pull request #1 from ether/develop
Update to most recent etherpad-lite version
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 5ad3587c..cc90800f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# About
Etherpad is a really-real time collaborative editor maintained by the Etherpad Community.
-Etherpad is written in JavaScript(99.9%) on both the server and client so it's easy for developers to maintain and add new features. Because of this Etherpad has tons of customizations that you can leverage.
+Etherpad is written in JavaScript (99.9%) on both the server and client so it's easy for developers to maintain and add new features. Because of this Etherpad has tons of customizations that you can leverage.
Etherpad is designed to be easily embeddable and provides a [HTTP API](https://github.com/ether/etherpad-lite/wiki/HTTP-API)
that allows your web application to manage pads, users and groups. It is recommended to use the [available client implementations](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) in order to interact with this API.