From 9e6e7f54debe65b6b7e06defc0077afee9d02d0b Mon Sep 17 00:00:00 2001 From: Vladimir Kofman Date: Sun, 23 Apr 2017 00:10:34 +0300 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb3406b..ba79542 100644 --- a/README.md +++ b/README.md @@ -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"),