Skip to content

Commit e3d780b

Browse files
committed
Update README
1 parent 09b09d2 commit e3d780b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This will create the ``delynoi`` folder inside ``lib``. Then, inside ``CMakeList
2525

2626
```cmake
2727
import_library(lib/delynoi/Delynoi)
28-
target_link_libraries(MyProject Delynoi)
28+
target_link_libraries(${PROJECT_NAME} Delynoi)
2929
```
3030

3131
<h2>Usage instructions</h2>
@@ -96,9 +96,9 @@ Delaunay Triangulator. </a></li>
9696
</ul>
9797

9898
<h2>License</h2>
99-
This project is licensed under the GPL License. This program is free software;
99+
This project is licensed under the GPL License. This program is free software;
100100
it can be redistributed or modified under the terms of the GNU General Public License as published by
101101
the Free Software Foundation.
102102

103103
<h2>Author</h2>
104-
<a href="https://github.com/capalvarez">Catalina Alvarez</a> - B.Sc., M.Sc., Universidad de Chile.
104+
<a href="https://github.com/capalvarez">Catalina Alvarez</a> - B.Sc., M.Sc., Universidad de Chile.

0 commit comments

Comments
 (0)