diff options
| author | Priyansh <[email protected]> | 2022-01-20 21:29:05 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2022-01-20 21:29:05 -0500 |
| commit | 31a13be48fe7072439ed476a9619000adaabf3ee (patch) | |
| tree | aea0bf12314501b5834586be5357078670fa68b5 /README.md | |
| parent | d0a25bcbfcd80dc8b41a8a134d7722431c821782 (diff) | |
| download | izuku.js-31a13be48fe7072439ed476a9619000adaabf3ee.tar.xz izuku.js-31a13be48fe7072439ed476a9619000adaabf3ee.zip | |
docs: update Izuku to Frames
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; |
