aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-20 21:29:05 -0500
committerPriyansh <[email protected]>2022-01-20 21:29:05 -0500
commit31a13be48fe7072439ed476a9619000adaabf3ee (patch)
treeaea0bf12314501b5834586be5357078670fa68b5 /README.md
parentd0a25bcbfcd80dc8b41a8a134d7722431c821782 (diff)
downloadizuku.js-31a13be48fe7072439ed476a9619000adaabf3ee.tar.xz
izuku.js-31a13be48fe7072439ed476a9619000adaabf3ee.zip
docs: update Izuku to Frames
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 600fc3b..c0ef803 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The core of Izuku is the `Frame` class that represents a 2D array of data. It is
## Table of Contents
- [Izuku](#izuku)
* [Table of Contents](#table-of-contents)
- * [Using Izuku](#using-izuku)
+ * [Frames](#frames)
* [Frame Properties](#frame-properties)
+ [`rowdata`](#-rowdata-)
+ [`columns`](#-columns-)
@@ -33,7 +33,7 @@ The core of Izuku is the `Frame` class that represents a 2D array of data. It is
* [Cloning and Building this Repository](#cloning-and-building-this-repository)
-## Using Izuku
+## Frames
```js
import { Frame } from 'izuku';