Explorar el Código

Update README.md

The link to the json describing the Carthage binary frameworks is wrong: it should point to the raw file.
Jonas Vautherin hace 6 años
padre
commit
267b4d8389
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,