From 3f2c18b309261ef5929a1a665896b5fe9c27f74a Mon Sep 17 00:00:00 2001 From: Sandro Machado Date: Fri, 15 Jul 2016 01:41:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4cd8d80..62513234 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The following types are included, with enhancements for Swift: Logging behaviors are now implemented as a type-safe set, based on Swift enums. -- `Permission`s +- `Permission` Are no longer stringly-typed (string-based), but separate types for read and write permissions (also includes a built-in permission list, which includes most common permissions by default).