瀏覽代碼

Merge pull request #45 from ryangjchandler/chore/remove-namespace

chore(remove namespace)
Ryan Chandler 4 年之前
父節點
當前提交
cafa048b4b
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 4 4
      README.md
  2. 1 1
      package.json

+ 4 - 4
README.md

@@ -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:

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-    "name": "@ryangjchandler/spruce",
+    "name": "spruce.js",
     "description": "A lightweight state management layer for Alpine.js",
     "version": "0.6.1",
     "repository": {