Skip to content

Commit 9812297

Browse files
committed
Added recommendation.
1 parent 3a765d9 commit 9812297

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ $ npm i weightless
5353
If you want to get started super quickly you can use the CLI.
5454

5555
```
56-
$ npm init web-config my-project --lit
56+
$ npm init web-config new my-project --lit
5757
```
5858

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.
6060

6161
```html
6262
<script src="https://unpkg.com/weightless/umd/weightless.min.js"></script>

blueprint.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ $ npm i {{ ids.npm }}
1717
If you want to get started super quickly you can use the CLI.
1818

1919
```
20-
$ npm init web-config my-project --lit
20+
$ npm init web-config new my-project --lit
2121
```
2222

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.
2424

2525
```html
2626
<script src="https://unpkg.com/weightless/umd/weightless.min.js"></script>

0 commit comments

Comments
 (0)