Skip to content

Commit 46acc4f

Browse files
committed
fix typo
1 parent f6c4d9a commit 46acc4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library_1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example shows a minimal configuration for a C++ project yielding a library.
44

55
## Build Instructions
66

7-
### Build Static Library
7+
### Build a Static Library
88

99
```bash
1010
mkdir build_library_1
@@ -13,7 +13,7 @@ cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=FALSE ../library_1
1313
make
1414
```
1515

16-
### Build Shared Library
16+
### Build a Shared Library
1717

1818
```bash
1919
mkdir build_library_1

0 commit comments

Comments
 (0)