Skip to content

Commit 909dabe

Browse files
committed
Update README to use new method names.
1 parent dbc38b6 commit 909dabe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,12 @@ func main() {
6161
}
6262
fmt.Println("")
6363

64-
m, keys := sm.GetMap(), sm.GetKeys()
64+
m, keys := sm.Map(), sm.Keys()
6565
for _, k := range keys {
6666
fmt.Printf("%+v\n", m[k])
6767
}
6868
fmt.Println("")
6969

70-
71-
7270
// Check out the docs and the test files, for more functionality,
7371
// and further explainations.
7472
}

0 commit comments

Comments
 (0)