diff options
author | Sheogorath | 2020-07-29 21:06:49 +0200 |
---|---|---|
committer | Sheogorath | 2020-07-30 17:30:55 +0200 |
commit | b60e69623da9d2be0e9f24a9c9ae779fdac0c042 (patch) | |
tree | 27839768ac5f0543580868fabb1d603441e49c64 | |
parent | dde1c7424dd5ea527471f2655376d6590f1e7cd6 (diff) |
Add note about renaming
To make it more obvious for people, a note in the README as recommended
by danyork[1] seems like a good idea.
[1]: https://github.com/danyork
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ CodiMD lets you create real-time collaborative markdown notes. You can test-drive it by visiting our [CodiMD demo server][codimd-demo]. +**Note**: CodiMD is in the process of [changing its name to HedgeDoc](https://github.com/codimd/server/issues/452). + It is inspired by Hackpad, Etherpad and similar collaborative editors. This project originated with the team at [HackMD](https://hackmd.io) and now forked into its own organisation. [A longer writeup can be read in the history doc](docs/history.md). |