From 44eaf752fe66e1be1ccae9671d67272debdffa21 Mon Sep 17 00:00:00 2001 From: Chris Frolik Date: Sun, 2 Jun 2019 18:43:08 -0400 Subject: [PATCH] update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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