|
@@ -30,14 +30,14 @@ Include the following `<script>` tag in the `<head>` of your document:
|
|
|
|
|
|
If you wish to include Spruce with your own bundle:
|
|
|
|
|
|
-``` bash
|
|
|
-yarn add @ryangjchandler/spruce
|
|
|
+```bash
|
|
|
+yarn add spruce.js
|
|
|
```
|
|
|
|
|
|
or:
|
|
|
|
|
|
-``` bash
|
|
|
-npm install @ryangjchandler/spruce --save
|
|
|
+```bash
|
|
|
+npm install spruce.js --save
|
|
|
```
|
|
|
|
|
|
Then add the following to your script:
|