Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0 committed Jun 2, 2019
1 parent 8148bad commit 44eaf75
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ It depends on the [NumSharp](https://github.com/SciSharp/NumSharp) package.
It was ported directly from the JavaScript code, which is why a lot of the identifier names follow JavaScript
naming conventions (e.g. `lowerCamelCase`) instead of C# naming conventions (e.g. `CamelCase`).

TODO: Fix up the API to use C# naming conventions (pull requests welcome)
TODO: Make more fields `private` when possible (pull requests welcome)
TODO: Port the unit tests (pull requests welcome)
TODO: Publish to NuGet
## TODO

* Fix up the API to use C# naming conventions (pull requests welcome)
* Make more fields `private` when possible (pull requests welcome)
* Port the unit tests (pull requests welcome)
* Publish to NuGet

0 comments on commit 44eaf75

Please sign in to comment.