From ee11c9bf88436b472f3fef229fb33e07fe2d1d3d Mon Sep 17 00:00:00 2001 From: Rogelio Martinez Kobashi Date: Tue, 13 Mar 2018 17:07:30 +0900 Subject: [PATCH] Updating README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c0e39..e07ccc3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Dollar is a Swift library that provides useful functional programming helper met [Cent](https://github.com/ankurp/Cent) is a library that extends certain Swift object types using the extension feature and gives its two cents to Swift language. It is now moved into a separate repo to support `Swift Package Manager` -NOTE: Starting Swift 4 `$` is no longer a valid identifier. So you get the following `error: '$' is not an identifier; use backticks to escape it` You will need to espace `$` identifier using backticks. +NOTE: Starting Swift 4 `$` is no longer a valid identifier. So you get the following `error: '$' is not an identifier; use backticks to escape it` . Instead use `Dollar`. ## Contents ##