Skip to content

Commit 65c4c6c

Browse files
authored
Update README.md
1 parent 1eb8e29 commit 65c4c6c

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
@@ -23,7 +23,7 @@ Here is a comparison code between NumSharp and NumPy (left is python, right is C
2323
* Full and precise (to numpy) automatic type resolving and conversion (upcasting, downcasting and other cases)
2424
* Non-copy - most cases, similarly to numpy, does not perform copying but returns a view instead.
2525
* Almost non-effort copy-pasting numpy code from python to C#.
26-
* Wide support for `System.Drawing.Bitmap`. ([read more](https://github.com/SciSharp/NumSharp/wiki/Bitmap-Externsions))
26+
* Wide support for `System.Drawing.Bitmap`. ([read more](https://github.com/SciSharp/NumSharp/wiki/Bitmap-Extensions))
2727

2828
### Implemented APIs
2929
The NumPy class is a high-level abstraction of NDArray that allows NumSharp to be used in the same way as Python's NumPy, minimizing API differences caused by programming language features, allowing .NET developers to maximize Utilize a wide range of NumPy code resources to seamlessly translate python code into .NET code.

0 commit comments

Comments
 (0)