Bläddra i källkod

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 år sedan
förälder
incheckning
267b4d8389
1 ändrade filer med 1 tillägg och 1 borttagningar
  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,