Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaks authored Nov 6, 2016
1 parent 11e4576 commit a534da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let data = try?list.toData()
Decode data very efficiently
```swift
let newList = List.from(data: data)
let name = lazyList.people[0]?.firstName
let name = newList?.people[0]?.firstName
```

# Please check out [Wiki](https://github.com/mzaks/FlatBuffersSwift/wiki) for more information.

0 comments on commit a534da5

Please sign in to comment.