From 26ae17da6941ec86a3c081568ace66ce84098e19 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 14 Feb 2016 09:14:27 -0500 Subject: [PATCH] 1,000,000 -> 500,000 Former-commit-id: d2753a54a802a4cb58769175bdeb7451a588f97b [formerly 76bb47cdeb30b68f3f85964bc051025b2d201b79] [formerly d6eebb045632c0d6d924f657251b9c246972fbad [formerly b1c4ac28693b28aec7f3e6cc54ecd92cc4c2a779]] Former-commit-id: be09278e82113dac87eef634f34cd56efee10ed2 [formerly ba6a6a55a4ae920e94d4078a5e615ec26a5b8036] Former-commit-id: 4007ac79b4825e69352e34085e4a944674b7ffc2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4448287..9641fe5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You **Automatic versioning**. All previous versions of all notes are stored and can be accessed by adding `?version=X` onto `/view` or `/edit`. If you are on the `/view` or `/edit` pages the menu below will show the most substantial changes in the history. Note, only the _current_ version can be edited (no branching allowed, yet). -**Security**. HTTPS support is provided. Also uses a HTML sanitizer to prevent XSS attacks. Though all URLs are publically accessible, you are free to secure your website by using an obscure (or random) name. The automatic URL is an alliterative animal description, of which there are almost 1,000,000 possibilities. +**Security**. HTTPS support is provided. Also uses a HTML sanitizer to prevent XSS attacks. Though all URLs are publically accessible, you are free to secure your website by using an obscure (or random) name. The automatic URL is an alliterative animal description, of which there are over 500,000 possibilities. **Keyboard Shortcuts**. Quickly transition between Edit/View/List by using `Ctl+Shift+E` to Edit, `Ctl+Shift+Z` to View, and `Ctl+Shift+L` to Listify.