Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkhatskevich committed Oct 3, 2016
1 parent 2378716 commit 132dc74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ With optional assign operator you do the same with just this:
title ?= newTitleValue
```

See unit tests for more examples.
See unit tests for more examples.

Swift 3
=

Starting from [version 2.0](https://github.com/maximkhatskevich/MKHOptionalAssign/releases/tag/2.0.0), this library supports Swift 3. For compatibility with Swift 2.2 and Swift 2.3 use [older version](https://github.com/maximkhatskevich/MKHOptionalAssign/releases/tag/1.0.0).

0 comments on commit 132dc74

Please sign in to comment.