Update README.md

This commit is contained in:
Austin J. Garrett
2018-04-08 19:50:16 -04:00
committed by GitHub
parent a18cfd250a
commit 57a58c0c81
+5
View File
@@ -7,3 +7,8 @@ My coding style is somewhat unique, but ultimately geared towards maximal
readability. Along with extensive documentation in the code, I use type
annotations and code comments indicating input/outputs shapes.
(x,y,z) just indicate that any value is accepted at runtime.
WARNING: Code is almost correct, but I still have to throw in a few details
to make it easy to access as an external library, as well as test. You can feel
free to use whatever is available right now, but I'll likely have the kinks ironed
out by Monday evening.