diff options
author | fcassin <francois.cassin@gmail.com> | 2015-11-10 15:50:40 +0100 |
---|---|---|
committer | fcassin <francois.cassin@gmail.com> | 2015-11-10 15:50:40 +0100 |
commit | f2836125dc887bf02c1c42231b670d4493a7f2ab (patch) | |
tree | 6ea29a227f3dd8f106826f47f1f44ac036a0176a /README.md | |
parent | a09044a6f3fa610d23b45dbcef675ee4b6b6395b (diff) | |
parent | f774c2584f9d2a6c69ddad065b688dca2be7aaa6 (diff) | |
download | etherpad-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |