fixing typos
This commit is contained in:
parent
491c5696cc
commit
cbe99845de
10
readme.md
10
readme.md
@ -1,8 +1,8 @@
|
|||||||
# Universe Comment System
|
# Universal Comment System
|
||||||
|
|
||||||
A web service adding comments to websites.
|
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
|
and the frontend is an embeddable component you can place in your page that will interact with
|
||||||
the backend service.
|
the backend service.
|
||||||
|
|
||||||
@ -12,14 +12,14 @@ the backend service.
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
Requires node.js.
|
Requires Node.js.
|
||||||
|
|
||||||
Use `./bundle.sh` to generate a `.tar.gz` containing the service.
|
Use `./bundle.sh` to generate a `.tar.gz` containing the service.
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
Extract the archive file produced by `bundle.sh` into a directory,
|
Extract the archive file produced by `bundle.sh` into a directory.
|
||||||
for example:
|
For example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir ucs/ && tar xzvf ucs-*.tar.gz -C ucs/
|
mkdir ucs/ && tar xzvf ucs-*.tar.gz -C ucs/
|
||||||
|
Loading…
Reference in New Issue
Block a user