diff --git a/README.md b/README.md index da7f87d..ef3b468 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,28 @@ I've been thinking a lot about creating a browsable store of knowledge that prov in creating more information scales than just a single document level. ## Usage +You can load it directly using a CDN as follows + +```html + + +``` + +or manually include the `index.js` and `index.css` files in your project. + +The package exports a function called `createTelescopicText` that returns a HTMLNode with your telescopic text inside. +Basic usage may look something like this: + +```html +
+ + +``` \ No newline at end of file