aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-12-18 20:56:40 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-12-18 20:56:40 -0500
commitcb7d31d863320db9257a619eea0422cc43bb05a4 (patch)
tree9d2bedc9e6458423dcb923d786a9bf56563494fc /README.md
parentdf83eaa9e4a0e2697859cda0c7a075259c147886 (diff)
added getdims and removed bug notice on README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 158aed2..88f1cfe 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,4 @@ Currently, `socket.js` provides `Socket` which has a few signals and functions (
`space.js` provides some dense spatial data management with `Space`, which is really good for specific dialogs and tests, but there may be some more work to be done to create a sparse storage device.
-`examples/helloworld.js` can get you started. Everything in that should work pretty well, but the remainder of the repo is probably pretty buggy until I test it.
+`examples/helloworld.js` can get you started. Everything in the core API (`utils`, `socket.js`, `space.js`) should be pretty stable, but please don't hesitate to report a bug.