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:
parent
3f2e7a181d
commit
3d9a78ba49
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user