소스 검색

Update README.md

Petro Romanovych 5 년 전
부모
커밋
98febdd43b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 # Installation
 `dub add raylib-d`
 ## First, get a copy of Raylib
-you can get the library by compiling it from the (source)[https://github.com/raysan5/raylib], download the (official precompiled binaries)[https://github.com/raysan5/raylib/releases] or (download them from our repository)[https://google.com/] (originally taken from official releases, sorted in folders for each system).
+you can get the library by compiling it from the [source](https://github.com/raysan5/raylib), download the [official precompiled binaries](https://github.com/raysan5/raylib/releases) or [download them from our repository](https://google.com/) (originally taken from official releases, sorted in folders for each system).
 ## In order to link against raylib, add it to your dub.json.
 ```json
 "libs": [ "raylib" ]