From fea8b5be895ab02a30a8336bd698fe7ac74988bb Mon Sep 17 00:00:00 2001
From: Jordan Scales
Date: Tue, 21 Apr 2020 20:48:43 -0400
Subject: [PATCH] unpkg examples
---
README.md | 34 ++++++++++++++++++++++++++++++++--
docs/index.html | 7 +++++++
docs/index.html.ejs | 9 ++++++++-
package.json | 2 +-
4 files changed, 48 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 90b90cc..4f5eb02 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,39 @@ A design system for building faithful recreations of old UIs.

-### Installation
+98.css is a CSS file that takes semantic HTML and makes it look pretty. It does not ship with any JavaScript, so it is compatible with your frontend framework of choice. Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js).
-You can grab 98.css from npm.
+### Installation / Usage
+
+The easiest way to use 98.css is to import it from [unpkg](https://unpkg.com/).
+
+```
+
+
+
+ 98.css example
+
+
+
+
+
+
+
+
+ My First VB4 Program
+
+
+
+
Hello, world!
+
+
+
+
+```
+
+Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/late-sound-miqho?file=/index.html). The fastest way to use 98.css is to import it from unpkg.
+
+Alternatively, you can grab 98.css for [the releases page](https://github.com/jdan/98.css/releases) or [npm](https://www.npmjs.com/package/98.css)
```
npm install 98.css
diff --git a/docs/index.html b/docs/index.html
index a54f17a..535d55a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -95,6 +95,13 @@
This means 98.css is compatible with your frontend framework of choice.
diff --git a/docs/index.html.ejs b/docs/index.html.ejs
index 37461b5..2221084 100644
--- a/docs/index.html.ejs
+++ b/docs/index.html.ejs
@@ -95,10 +95,17 @@
This means 98.css is compatible with your frontend framework of choice.
+