Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iThink32 authored Oct 30, 2020
1 parent f5019cf commit 0836bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ It also conforms to the `Collection` Protocol and also has all the relevant `sub

### Usage:

**1. Normal Usage:**
**1. Normal Dictionary Usage:**
```
let dict = [String: A]()
let value = dict["hello"]
print(value)
```
**2. ThreadSafe Usage**
**2. ThreadSafeDictionary Usage**

```
let dict = ThreadSafeDictionary<A>()
Expand Down

0 comments on commit 0836bd6

Please sign in to comment.