diff --git a/README.md b/README.md index 5e78a84..d43fbf2 100644 --- a/README.md +++ b/README.md @@ -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