Skip to content

Commit 72cdc63

Browse files
aalbaalialandefreitas
authored andcommitted
Fix typo in readme
Add a missing closing bracket to the README file
1 parent 280659a commit 72cdc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Declare the source for the contents:
229229
```cmake
230230
FetchContent_Declare(matplotplusplus
231231
GIT_REPOSITORY https://github.com/alandefreitas/matplotplusplus
232-
GIT_TAG origin/master # or whatever tag you want
232+
GIT_TAG origin/master) # or whatever tag you want
233233
```
234234

235235
Let CMake download the repository and include it as a subdirectory.

0 commit comments

Comments
 (0)