Skip to content

Commit 1d5a47c

Browse files
committed
Make anchors lower case.
1 parent 47adf89 commit 1d5a47c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ The library can be built via [Task](#building-using-task) or directly with
6666
### <a id="building-using-task" />Using Task
6767

6868
To build all libraries:
69+
6970
```shell
7071
task ystdlib:build-release
7172
```
7273

73-
To build a subset of libraries, set the [`ystdlib_LIBRARIES` parameter](#ystdlib_LIBRARIES). For
74+
To build a subset of libraries, set the [`ystdlib_LIBRARIES` parameter](#ystdlib_libraries). For
7475
example:
7576

7677
```shell
@@ -86,7 +87,7 @@ cmake -S . -B ./build
8687
cmake --build ./build
8788
```
8889

89-
To build a subset of libraries, set the [`ystdlib_LIBRARIES` parameter](#ystdlib_LIBRARIES). For
90+
To build a subset of libraries, set the [`ystdlib_LIBRARIES` parameter](#ystdlib_libraries). For
9091
example:
9192

9293
```shell
@@ -105,7 +106,7 @@ task ystdlib:install-release INSTALL_PREFIX="$HOME/.local"
105106
```
106107

107108
To build and install a subset of libraries, set the
108-
[`ystdlib_LIBRARIES` parameter](#ystdlib_LIBRARIES). For example:
109+
[`ystdlib_LIBRARIES` parameter](#ystdlib_libraries). For example:
109110

110111
```shell
111112
task ystdlib:install-release \
@@ -130,7 +131,7 @@ task test:run-debug
130131
```
131132

132133
To build and run unit tests for a subset of libraries, set the
133-
[`ystdlib_LIBRARIES` parameter](#ystdlib_LIBRARIES). For example:
134+
[`ystdlib_LIBRARIES` parameter](#ystdlib_libraries). For example:
134135

135136
```shell
136137
task test:run-debug ystdlib_LIBRARIES="containers;io_interface"
@@ -181,7 +182,7 @@ Set by adding it after the task name. For example:
181182
task ystdlib:build-release ystdlib_LIBRARIES="containers;io_interface"
182183
```
183184

184-
At the moment, only build and install tasks in the `ystdlib:` namespace are supported.
185+
Currently, only build and install tasks in the `ystdlib:` namespace are supported.
185186

186187
#### Using CMake
187188

0 commit comments

Comments
 (0)