Skip to content

Commit 7085472

Browse files
github-actions[bot]rektdeckard
authored andcommitted
chore(docs): sync readme section
1 parent 13c6652 commit 7085472

File tree

6 files changed

+310
-266
lines changed

6 files changed

+310
-266
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We use a similar approach as many other icon sets out there, providing icons as
2929
<link
3030
rel="stylesheet"
3131
type="text/css"
32-
href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/style.css"
32+
href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/bold/style.css"
3333
/>
3434
</head>
3535
<body>
@@ -51,7 +51,7 @@ Phosphor Icons come in 6 weights: `regular`, `thin`, `light`, `bold`, `fill`, an
5151
<link
5252
rel="stylesheet"
5353
type="text/css"
54-
href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/duotone/style.css"
54+
href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/style.css"
5555
/>
5656
...
5757
<i class="ph-duotone ph-baseball"></i>
@@ -64,7 +64,7 @@ The URL format is `https://cdn.jsdelivr.net/npm/@phosphor-icons/web@<VERSION>/sr
6464
If you intend to use all 6 weights, they can be made available by including the library as a script tag, using the base URL:
6565

6666
```html
67-
<script src="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1"></script>
67+
<script src="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2"></script>
6868
...
6969
<i class="ph-light ph-address-book"></i>
7070
<i class="ph ph-sunglasses"></i>
@@ -121,7 +121,7 @@ All weights aside from `duotone` support ligatures, meaning that in any text usi
121121
<link
122122
rel="stylesheet"
123123
type="text/css"
124-
href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/style.css"
124+
href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/bold/style.css"
125125
/>
126126
</head>
127127
<body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phosphor-icons/web",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A clean and friendly icon family for web",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)