Skip to content

Commit 2c4d152

Browse files
committed
Update README.md
1 parent 4be38f9 commit 2c4d152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ try! store.dropTable("User") // drop table
3535
```swift
3636
let isExists = table.isExists
3737

38-
try! table.put( "name" <- "sgxiang) // put value("sgxiang") for key("name") into table , support string,number,dictionary,array
38+
try! table.put( "name" <- "sgxiang") // put value("sgxiang") for key("name") into table , support string,number,dictionary,array
3939

4040

4141
let objct = table.get("name") // get object with key , return YTKObject?

0 commit comments

Comments
 (0)