diff --git a/readme.md b/readme.md index e3ba861..af75564 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -# Universe Comment System +# Universal Comment System A web service adding comments to websites. -The backend service serves as a simple read/write database for comments per site/page, +The backend service serves as a simple read/write database for comments per website page, and the frontend is an embeddable component you can place in your page that will interact with the backend service. @@ -12,14 +12,14 @@ the backend service. ## Build -Requires node.js. +Requires Node.js. Use `./bundle.sh` to generate a `.tar.gz` containing the service. ## Run -Extract the archive file produced by `bundle.sh` into a directory, -for example: +Extract the archive file produced by `bundle.sh` into a directory. +For example: ```sh mkdir ucs/ && tar xzvf ucs-*.tar.gz -C ucs/