From 6e926251c4de37d81935bf7fb8820406cc702924 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sun, 8 May 2022 15:14:13 -0500 Subject: [PATCH] Updated readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd33b4a..6abdb12 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ Now, any script that is loaded after the `audioshowkit.js` script loads will hav ## Documentation -[The documentation can be found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/AudioShowKit_20JSDocs/) along with the rest of the tutorials and demonstrations. It should be noted that the documentation is produced in the format of modules, as this library can be used modularly, or as a bundle as described above. **Please see the actual classes and global functions for the documentation as the module section is solely indended to describe the organization of the library**. To elaborate, any component that is described in the documentation can be found in the `audioshowkit` object by replacing the `/` in the module path with `.`. In other words, `mappings/dimensions` becomes `audioshowkit.mappings.dimensions`. \ No newline at end of file +[The documentation can be found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/AudioShowKit_20Docs/) along with the rest of the tutorials and demonstrations. \ No newline at end of file