Skip to content

Commit c104b14

Browse files
Updating dependency doc in README
1 parent 1515cbe commit c104b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Concepts and various type constraints have been added. Enhancements are always a
2828

2929
The generated Doxygen documentation for `wait_queue` is [here](https://connectivecpp.github.io/wait-queue/).
3030

31-
## Dependencies
31+
## Library Dependencies
3232

33-
The `wait_queue` header file does not have any third-party dependencies. It uses C++ standard library headers only. The unit test code does have dependencies as noted below.
33+
The `wait_queue` header file does not have any third-party dependencies. It uses C++ standard library headers only. The unit test and example code do have dependencies as noted below.
3434

3535
## C++ Standard
3636

@@ -53,7 +53,7 @@ Specific version (or branch) specs for the dependencies are in the [test/CMakeLi
5353

5454
## Example Dependencies
5555

56-
The example applications use the Connective C++ `shared_buffer` reference counted buffer class. Specific version (or branch) specs for the dependency are in the [example/CMakeLists.txt](example/CMakeLists.txt) file, look for the `CPMAddPackage` command.
56+
The example applications use the Connective C++ `shared_buffer` reference counted buffer classes. Specific version (or branch) specs for the dependency are in the [example/CMakeLists.txt](example/CMakeLists.txt) file, look for the `CPMAddPackage` command.
5757

5858
## Build and Run Unit Tests
5959

0 commit comments

Comments
 (0)