Browse Source

Update README.md

Ryan Chandler 5 years ago
parent
commit
e3fd596339
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -17,7 +17,7 @@ Many large frameworks have their own state management solutions. One thing these
 Include the following `<script>` tag in the `<head>` of your document:
 
 ```html
-<script src="/path/to/spruce.js">
+<script src="https://cdn.jsdelivr.net/gh/ryangjchandler/spruce@0.1.2/dist/spruce.umd.js">
 ```
 
 > **Important**: This must be added **before** loading Alpine.js when using CDN links.
@@ -121,4 +121,4 @@ Spruce.store('application', {
 Spruce.stores.application.name = 'Amazing Spruce Integration'
 ```
 
-This will trigger Alpine to re-evaluate your subscribed components and re-render.
+This will trigger Alpine to re-evaluate your subscribed components and re-render.