diff --git a/README.md b/README.md index 1811880..a9bc8fb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Notes Polygon is converted into triangle. +License +------- + +Licensed under 2 clause BSD. Usage ----- @@ -31,6 +35,7 @@ Usage if (!err.empty()) { std::cerr << err << std::endl; + exit(1); } std::cout << "# of shapes : " << shapes.size() << std::endl;