summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjackycute2015-07-02 00:15:34 +0800
committerjackycute2015-07-02 00:15:34 +0800
commitcb54826a0089f8426eef6f929bf5c763aebfea97 (patch)
treebce70816bc32dcd5c097099dc264b11910df037c /README.md
parent10c9811fc534a2738c19d8f74a447ed500b730a2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ab87217c..f6b50a48 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
HackMD 0.3.1
===
-HackMD is a realtime collaborative markdown notes on all platforms.
-Inspired by Hackpad, but more focusing on speed and flexibility.
+HackMD is a realtime collaborative markdown notes on all platforms.
+Inspired by Hackpad, but more focusing on speed and flexibility.
Still in early stage, feel free to fork or contribute to this.
Thanks for your using! :smile:
@@ -14,7 +14,7 @@ Database dependency
Import database schema
---
-The notes are store in PostgreSQL, the schema is in the `hackmd_schema.sql`
+The notes are store in PostgreSQL, the schema is in the `hackmd_schema.sql`
To import the sql file in PostgreSQL, type `psql -i hackmd_schema.sql`
The users, temps and sessions are store in MongoDB, which don't need schema, so just make sure you have the correct connection string.
@@ -48,7 +48,7 @@ There are some config you need to change in below files
**From 0.3.1, we no longer recommend using `forever` to run your server.**
-We using `pm2` to run server.
+We using `pm2` to run server.
See [here](https://github.com/Unitech/pm2) for details.
You can use SSL to encrypt your site by passing certificate path in the `config.js` and set `usessl=true`
@@ -67,4 +67,4 @@ Backup db
---
To backup the db, type `bash backup.sh`
-**License under MIT.** \ No newline at end of file
+**License under MIT.**