2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 23:00:56 +00:00

Fix version number in SVG framework README

This commit is contained in:
Vjacheslav Trushkin 2022-06-23 21:27:53 +03:00
parent 3f2e7a181d
commit 3d9a78ba49
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Iconify SVG framework is designed to be as easy to use as possible.
Add this line to your page to load Iconify SVG framework (you can add it to `<head>` section of the page or before `</body>`):
```html
<script src="https://code.iconify.design/2/3.0.0-beta.1/iconify.min.js"></script>
<script src="https://code.iconify.design/3/3.0.0-beta.1/iconify.min.js"></script>
```
or

View File

@ -67,7 +67,7 @@ const replaceCodeLink = (search) => {
readme.slice(0, start) + packageJSON.version + readme.slice(pos2);
}
};
replaceCodeLink('/code.iconify.design/2/');
replaceCodeLink('/code.iconify.design/3/');
replaceCodeLink('/@iconify/iconify@');
if (readme !== oldReadme) {