Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "jscoord", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A simple Map coordinate system for NodeJS and potentially the browser.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,3 +90,3 @@ # JSCoord | ||
```js | ||
coords.getArray() // [X, Y, Z] | ||
coords.getArray() // [x, y, z] | ||
``` |
7847