Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirkofman committed Apr 22, 2017
1 parent 4e4ac6b commit 9e6e7f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Don't forget to set .delegate and .dataSource for the tableView to the `TableTie
### Sections
```swift
...
let tieAdapter = Adapter([
Section("Album", [
let tieAdapter = TableTie.Adapter([
TableTie.Section("Album", [
Album(name: "Paranoid", artist:"Black Sabbath"),
]),
Section("Side one", [
TableTie.Section("Side one", [
Song(title: "War Pigs"),
Song(title: "Paranoid"),
Song(title: "Planet Caravan"),
Expand Down

0 comments on commit 9e6e7f5

Please sign in to comment.