Переглянути джерело

Update README.md

The link to the json describing the Carthage binary frameworks is wrong: it should point to the raw file.
Jonas Vautherin 6 роки тому
батько
коміт
267b4d8389
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -100,7 +100,7 @@ brew install carthage
 To integrate VLCKit into your project, specify it in your `Cartfile`,
 
 ```
-binary "https://code.videolan.org/videolan/VLCKit/tree/master/Packaging/MobileVLCKit.json" ~> 3.1.3
+binary "https://code.videolan.org/videolan/VLCKit/raw/master/Packaging/MobileVLCKit.json" ~> 3.1.3
 ```
 
 Then, run the following command,