diff --git a/README.md b/README.md index 42c7d6500a21ed825803ebdfd591bdd5c32676bd..b541222f96aab355415cded3b119fb9fc2b5ddb1 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ DoKit is rich in functions, easy to access, and easy to expand. Everyone is welc ### iOS #### Cocoapods ``` - pod 'DoraemonKit/Core', '~> 3.0.0', :configurations => ['Debug'] //Required - pod 'DoraemonKit/WithGPS', '~> 3.0.0', :configurations => ['Debug'] //Optional - pod 'DoraemonKit/WithLoad', '~> 3.0.0', :configurations => ['Debug'] //Optional + pod 'DoraemonKit/Core', '~> 3.0.0', :configurations => ['Debug'] #Required + pod 'DoraemonKit/WithGPS', '~> 3.0.0', :configurations => ['Debug'] #Optional + pod 'DoraemonKit/WithLoad', '~> 3.0.0', :configurations => ['Debug'] #Optional ``` #### Example Usage