Skip to content

Commit 3c87abb

Browse files
xldrkpmirguest
authored andcommitted
Fixes
Signed-off-by: Axel Dürkop <[email protected]> Signed-off-by: Tao Lin <[email protected]>
1 parent 3154487 commit 3c87abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Set `HEDGEDOC_SERVER` environment variable to your server's URL. It defaults to
3838

3939
Log out and in again to the terminal to read the new variable.
4040

41-
Test your configuration by creating a new note with FREELY access and no login required. You will receive the generated hash for the document like `3jXcabSfSNesbH6KT72ieg`.
41+
Test your configuration by creating a new note with FREELY access and no login required. You will receive the generated `<note_id>` for the document like `3jXcabSfSNesbH6KT72ieg`.
4242

4343
**Caution: You won't have the right to delete the new document if not authenticated!**
4444

4545
$ echo "# HedgeDoc!" > test.md
4646
$ hedgedoc import test.md
4747

4848
Check for the document in the browser by concatenating the
49-
address of your server and the hash.
49+
address of your server and the `<note_id>`.
5050

5151
## Documentation
5252

0 commit comments

Comments
 (0)