Skip to content

Commit 83302ce

Browse files
authored
Update README.md
1 parent 8cae892 commit 83302ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The NumPy class is a high-level abstraction of NDArray that allows NumSharp to b
4040

4141
### How to use
4242
```cs
43-
using np = NumSharp.Core.NumPy;
43+
using NumSharp.Core;
4444
```
4545
```cs
4646
// create a vector

0 commit comments

Comments
 (0)