From 942f3fb7bb3da8ff38b8c4fa14b38d25db66fab3 Mon Sep 17 00:00:00 2001 From: xMateMCPE Date: Mon, 29 Oct 2018 10:45:45 +0000 Subject: [PATCH] Really small grammar fixes (#162) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f495fb..6e41230 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Pepperminty Wiki is a complete wiki contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome! -Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, autoupdate, and user watchlists), so check the release notes to see what's been added recently. +Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently. **Latest Version:** v0.17 (stable) v0.18-dev (development) ([Changelog](https://github.com/sbrl/Pepperminty-Wiki/blob/master/Changelog.md)) @@ -45,7 +45,7 @@ More screenshots can be found in [this Imgur Album](https://imgur.com/a/lsBc3cM) - Additional syntax for resizing and floating images (see inbuilt help page) - File galleries - Short syntax for referencing uploaded files - - Client side mathematical expression parsing, courtesy of [MathJax](https://www.mathjax.org/) + - Client-side mathematical expression parsing, courtesy of [MathJax](https://www.mathjax.org/) - Links to non-existent pages appear red - Full page revision history (comparison / manipulation coming soon) - Optional time-delayed search indexing @@ -54,7 +54,7 @@ More screenshots can be found in [this Imgur Album](https://imgur.com/a/lsBc3cM) - Internal links - Links to non-existent pages show up in red - Printable page view - Customisable theme -- ~~Basic 'search' bar~~ A full text search engine! +- ~~Basic 'search' bar~~ A full-text search engine! - _Dynamic server-side suggestions (since v0.13!)_ - (Optional) Sidebar with a tree of all the current pages - Tags @@ -133,7 +133,7 @@ The [configuration guide](https://starbeamrainbowlabs.com/labs/peppermint/pepper ### User Accounts User account details are currently stored as an object in `peppermint.json`, under the `users` special setting. Each user has their own object, in which lies their user data. -While users can change their own passwords and email addresses, you'll inevitably want to add your own users. You can do this through the brand-new user management page if you're logged in as a modereator or better (the `user-table` action - example url: `https://example.com/path/to/index.php?action=user-table`), or manually. Here's how to do it manually: +While users can change their own passwords and email addresses, you'll inevitably want to add your own users. You can do this through the brand-new user management page if you're logged in as a moderator or better (the `user-table` action - example url: `https://example.com/path/to/index.php?action=user-table`), or manually. Here's how to do it manually: 1. Open `peppermint.json` in your favourite text editor. 2. Create a new property on the `users` object, whose value is an object and key is the new user's username. Use the existing users for reference.