From 123f9bbcdd6e93129c1ee009e3e58d6a2ff8e6b4 Mon Sep 17 00:00:00 2001 From: Sandro Machado Date: Fri, 15 Jul 2016 02:03:47 +0100 Subject: [PATCH] Update README.md (#11) --- 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).