소스 검색

Update README.md

Ryan Chandler 5 년 전
부모
커밋
e3fd596339
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.