Skip to content

Commit

Permalink
Clarify README to say this is a C++ library
Browse files Browse the repository at this point in the history
  • Loading branch information
dacunni committed Feb 10, 2019
1 parent 0f066ad commit 140b335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# stlloader
Simple loader for STL 3D model files

This is a header-only library. To use it, #include "stlloader.h" wherever you intend to use
This is a C++ header-only library. To use it, #include "stlloader.h" wherever you intend to use
the library. You must #define STLLOADER_IMPLEMENTATION before including it in one of your files
for the implementation to be defined for the linker.

Expand Down

0 comments on commit 140b335

Please sign in to comment.