Ryan Chandler 5 жил өмнө
parent
commit
99255047ce
1 өөрчлөгдсөн 7 нэмэгдсэн , 1 устгасан
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -25,7 +25,7 @@ Include the following `<script>` tag in the `<head>` of your document:
 
 > **Important**: This must be added **before** loading Alpine.js when using CDN links.
 
-### Manual (coming soon)
+### Manual
 
 If you wish to include Spruce with your own bundle:
 
@@ -33,6 +33,12 @@ If you wish to include Spruce with your own bundle:
 yarn add @ryangjchandler/spruce
 ```
 
+or:
+
+```bash
+npm install @ryangjchandler/spruce --save
+```
+
 Then add the following to your script:
 
 ```javascript