Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 3262c12

Browse files
authored
Update README.md
1 parent 65e50a6 commit 3262c12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
YOURLS-AuthMgrPlus
22
=====================
33

4-
This plugin manages essential YOURLS funtions and seperates user data with role-based access controls (RBAC). With access controls enabled, you can safely delegate access to the admin pages and API while keeping link data private. You share an installation, log on, add a link, and nobody else sees it.
4+
This plugin manages essential YOURLS functions and separates user data with role-based access controls (RBAC). With access controls enabled, you can safely delegate access to the admin pages and API while keeping link data private. You share an installation, log on, add a link, and nobody else sees it.
55

66
Features
77
--------
@@ -17,13 +17,13 @@ Features
1717
Requirements
1818
------------
1919
- YOURLS 1.7.3 +
20-
- Incompatable Plugins:
20+
- Incompatible Plugins:
2121
- nicwaller's [`authmgr`](https://github.com/nicwaller/yourls-authmgr-plugin)
2222
- Ian Barber's [`Seperate Users`](https://github.com/ianbarber/Yourls-Separate-Users)
2323

2424
Installation
2525
------------
26-
1. Download the [latest release](https://github.com/joshp23/YOURLS-AuthMgrPlus) of ythis plugin.
26+
1. Download the [latest release](https://github.com/joshp23/YOURLS-AuthMgrPlus) of this plugin.
2727
1. Copy the `authMgrPlus` folder into your `user/plugins` folder for YOURLS.
2828
1. Set up some parameters for authMgrPlus (details below)
2929
1. Activate the plugin with the plugin manager in the YOURLS admin interface.
@@ -80,7 +80,7 @@ $amp_default_role = "Editor";
8080

8181

8282
#### NOTE:
83-
This is a fork of nicwaller's [Authmgr](https://github.com/nicwaller/yourls-authmgr-plugin) merged with Ian barber's[Seperate User's](https://github.com/joshp23/Yourls-Separate-Users) plugin. Both code bases underwent heavy rewrites, and have been extensively updated and tightly integrated here, resulting in a lean and highly functional user authorization management environment.
83+
This is a fork of nicwaller's [Authmgr](https://github.com/nicwaller/yourls-authmgr-plugin) merged with Ian barber's [Separate Users](https://github.com/joshp23/Yourls-Separate-Users) plugin. Both code bases underwent heavy rewrites, and have been extensively updated and tightly integrated here, resulting in a lean and highly functional user authorization management environment.
8484

8585
### Support Dev
8686
All of my published code is developed and maintained in spare time, if you would like to support development of this, or any of my published code, I have set up a Liberpay account for just this purpose. Thank you.

0 commit comments

Comments
 (0)