Updated README Browser Support to version 3

The README still pointed to version 2 in the Browser support section.
pull/1005/head
Shawn MacIntyre 2020-04-13 16:11:21 +07:00 zatwierdzone przez Nikita Prokopov
rodzic 660cd379bc
commit 86090f3f34
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -162,12 +162,12 @@ Swift:
```html ```html
<!-- 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
/* 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 ```css