You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,10 @@ $ npm i weightless
53
53
If you want to get started super quickly you can use the CLI.
54
54
55
55
```
56
-
$ npm init web-config my-project --lit
56
+
$ npm init web-config new my-project --lit
57
57
```
58
58
59
-
If you prefer to use the `umd` bundle you can import `https://unpkg.com/weightless/umd/weightless.min.js`.
59
+
If you prefer to use the `umd` bundle you can import `https://unpkg.com/weightless/umd/weightless.min.js`. Keep in mind that this imports all elements, so it is recommended that you only use it for test purposes.
Copy file name to clipboardexpand all lines: blueprint.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ $ npm i {{ ids.npm }}
17
17
If you want to get started super quickly you can use the CLI.
18
18
19
19
```
20
-
$ npm init web-config my-project --lit
20
+
$ npm init web-config new my-project --lit
21
21
```
22
22
23
-
If you prefer to use the `umd` bundle you can import `https://unpkg.com/weightless/umd/weightless.min.js`.
23
+
If you prefer to use the `umd` bundle you can import `https://unpkg.com/weightless/umd/weightless.min.js`. Keep in mind that this imports all elements, so it is recommended that you only use it for test purposes.
0 commit comments