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