diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 0a1a85b2a5f..15cf6748807 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -872,10 +872,11 @@ Adds a note with the content you wish to add and the tag you wish your note to h **Format:** `note add [content] [tag]` - + Tag must only be a single word with no whitespaces and only contain alphabets and numbers. You can only add 1 tag for your note with this command. If you wish to have more tags for your note, you can do so with the command note tag. + You cannot have two notes of the same content. **Example:** `note add [You can do this!] [motivation]`