Skip to content

Commit a01b597

Browse files
author
ljh
committed
2 parents d6f5fd1 + 0b45ab9 commit a01b597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Requirements
2727
If you are using CocoaPods, then, just add this line to your PodFile<br>
2828

2929
```objective-c
30-
pod 'LKDBHelper', :head
30+
pod 'LKDBHelper'
3131
```
3232

3333
If you are using Encryption, Order can not be wrong<br>
3434

3535
```objective-c
36-
pod 'FMDB/SQLCipher',:head
37-
pod 'LKDBHelper',:head
36+
pod 'FMDB/SQLCipher'
37+
pod 'LKDBHelper'
3838
```
3939

4040
@property(strong,nonatomic)NSString* encryptionKey;
@@ -106,7 +106,7 @@ pod 'LKDBHelper',:head
106106
test.blah = @[@"0",@[@1],@{@"2":@2},foreign];
107107
test.hoho = @{@"array":test.blah,@"foreign":foreign,@"normal":@123456,@"date":[NSDate date]};
108108
109-
//异步 插入第一条 数据 Insert the first
109+
//同步 插入第一条 数据 Insert the first
110110
[test saveToDB];
111111
//or
112112
//[globalHelper insertToDB:test];

0 commit comments

Comments
 (0)