Removed incorrect link from cnpy readme (#7405)

This commit is contained in:
Ilya Churaev 2021-09-08 11:13:53 +03:00 committed by GitHub
parent 66a14f1ac3
commit 5d68e890aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,5 +51,3 @@ struct NpyArray {
template<typename T> T* data();
};
```
See [example1.cpp](example1.cpp) for examples of how to use the library. example1 will also be build during cmake installation.