1
0
Fork 0
mirror of synced 2024-05-17 11:03:33 +12:00

Updated README Browser Support to version 3

The README still pointed to version 2 in the Browser support section.
This commit is contained in:
Shawn MacIntyre 2020-04-13 16:11:21 +07:00 committed by Nikita Prokopov
parent 660cd379bc
commit 86090f3f34

View file

@ -162,12 +162,12 @@ Swift:
```html
<!-- HTML -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@2/distr/fira_code.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@3/distr/fira_code.css">
```
```css
/* CSS */
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@2/distr/fira_code.css);
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@3/distr/fira_code.css);
```
```css