Skip to content

Commit 3b9c42b

Browse files
committed
improve readme
1 parent 49b6791 commit 3b9c42b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ conan install --remote jothepro-conan-public mylibrary/0.1.8@jothepro/beta --upd
5151

5252
### Test
5353

54-
This template uses [Catch2](https://github.com/catchorg/Catch2) for tesing. The Unit-tests are defined in `test`.
54+
This template uses [Catch2](https://github.com/catchorg/Catch2) for testing. The Unit-tests are defined in `test`.
5555

5656
- **Commandline**: To run just the unit-tests, you can run `conan build .. --test`.
5757
- **CLion**: Execute the `MyLibraryTest` target
@@ -60,7 +60,7 @@ This template uses [Catch2](https://github.com/catchorg/Catch2) for tesing. The
6060

6161
This template uses [Doxygen](https://www.doxygen.nl/index.html) for documenation.
6262

63-
To generate the docs, run `doxygen Doxyfile` or execute the `doxygen` targe defined in the `CMakeLists.txt`.
63+
To generate the docs, run `doxygen Doxyfile` or execute the `doxygen` target defined in the `CMakeLists.txt`.
6464

6565
### CI/CD
6666

@@ -129,8 +129,8 @@ This template uses [Github Actions](https://github.com/features/actions) for aut
129129

130130
## Credits
131131

132-
This template is inspired by these CppCon Talks:
132+
This template is inspired by these talks:
133133

134-
- [C++Now 2017: Daniel Pfeifer “Effective CMake"](https://www.youtube.com/watch?v=bsXLMQ6WgIk)
134+
- [C++Now 2017: Daniel Pfeifer “Effective CMake"](https://www.youtube.com/watch?v=bsXLMQ6WgIk)
135135

136136
- [CppCon 2018: Mateusz Pusz “Git, CMake, Conan - How to ship and reuse our C++ projects”](https://www.youtube.com/watch?v=S4QSKLXdTtA)

0 commit comments

Comments
 (0)