From 9947c3e2deb5d25cc6277f6c3730eb70bbda9f9b Mon Sep 17 00:00:00 2001 From: Nic Waller Date: Fri, 31 May 2013 23:41:07 -0600 Subject: [PATCH] changed formatting of "default roles" to a table. Just like this. https://github.com/fenuz/yourls-authmgr-plugin/commit/d4249382cbc6baa1a43f0abe98fe3367e683047a --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 654ffd1..3896035 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ Default Roles ------------- The default roles are set up as follows: -* Administrator : No limits -* Editor : Cannot manage plugins -* Contributor : Cannot manage plugins, edit URLS, or delete URLs +Role | Capabilities +--------------|------------------------------------------------- +Administrator | No Limits +Editor | Cannot manage plugins +Contributor | Cannot manage plugins, edit URLs, or delete URLs Configuration -------------