diff --git a/thirdparty/cnpy/README.md b/thirdparty/cnpy/README.md index 37c4a4340c8e4e..4f0f42ad0fc8ca 100644 --- a/thirdparty/cnpy/README.md +++ b/thirdparty/cnpy/README.md @@ -51,5 +51,3 @@ struct NpyArray { template T* data(); }; ``` - -See [example1.cpp](example1.cpp) for examples of how to use the library. example1 will also be build during cmake installation.