Skip to content

Commit 73fa87c

Browse files
authored
Update README.md
1 parent e4748c3 commit 73fa87c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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;

0 commit comments

Comments
 (0)