Skip to content

Commit 7de8af2

Browse files
authored
Fix code block formatting in README.md (#195)
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent 7b27ecd commit 7de8af2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ $ make
7272
* If system libcurl supports it by default nothing else has to be done
7373

7474
* If a custom build of libcurl supports HTTP/3 which is installed in a different location, that can be set when running cmake:
75-
```
76-
$ cmake -D CUSTOM_LIBCURL_INSTALL_PATH=/absolute/path/to/custom/libcurl/install .
77-
```
75+
```
76+
$ cmake -D CUSTOM_LIBCURL_INSTALL_PATH=/absolute/path/to/custom/libcurl/install .
77+
```
7878

7979
* Just to test HTTP/3 support for development purpose, simply run the following command and wait for a long time:
80-
```
81-
$ ./development_build_with_http3.sh
82-
```
80+
```
81+
$ ./development_build_with_http3.sh
82+
```
8383

8484
## INSTALL
8585

0 commit comments

Comments
 (0)