From 86090f3f348ee10218b32aeecd1986a15fcc78f9 Mon Sep 17 00:00:00 2001 From: Shawn MacIntyre <361689+smacintyre@users.noreply.github.com> Date: Mon, 13 Apr 2020 16:11:21 +0700 Subject: [PATCH] Updated README Browser Support to version 3 The README still pointed to version 2 in the Browser support section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd9d57a..a743065 100644 --- a/README.md +++ b/README.md @@ -162,12 +162,12 @@ Swift: ```html - + ``` ```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