diff options
author | Raccoon | 2017-03-03 09:22:35 +0800 |
---|---|---|
committer | GitHub | 2017-03-03 09:22:35 +0800 |
commit | 48592d692c2b8a71e3ca9e7f0bc34f230eea1542 (patch) | |
tree | 053538d49b92121e29e0e576d2e5e0b249d28537 /public/docs | |
parent | a8b99638b2bc4db0dffd643b96287faf4f97e030 (diff) | |
parent | 0bea4da6238b1f46562b146b32d88fc8d8b9060a (diff) |
Merge branch 'master' into feature/addSecrets
Diffstat (limited to '')
-rw-r--r-- | public/docs/features.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index 1c25bfea..1e9d48fa 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -49,7 +49,9 @@ There are four possible options: <i class="fa fa-leaf fa-fw"></i> **Freely**: Anyone can edit this note. <i class="fa fa-pencil fa-fw"></i> **Editable**: A signed-in user can edit this note. -<i class="fa fa-lock fa-fw"></i> **Locked**: Only the owner can edit this note. +<i class="fa fa-id-card fa-fw"></i> **Limited**: People have to sign-in to view and edit this note. +<i class="fa fa-lock fa-fw"></i> **Locked**: Anyone can view this note but only the owner can edit it. +<i class="fa fa-umbrella fa-fw"></i> **Protected**: People have to sign-in to view this note but only owner can edit. <i class="fa fa-hand-stop-o fa-fw"></i> **Private**: Only the owner can view and edit this note. **Only the owner of the note can change the note's permissions.** |