소스 검색

updated jsDelivr URL's to v2.019 release

Chris Simpkins 9 년 전
부모
커밋
46fad667e3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -115,13 +115,13 @@ Include **one** of the following lines in the `<head>` section of your site's HT
 ##### Basic Latin + Latin-1 Supplement Character Set
 
 ```html
-<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.019/css/hack.min.css">
 ```
 
 ##### Full Character Set
 
 ```html
-<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack-extended.min.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.019/css/hack-extended.min.css">
 ```
 
 Then style your text by including `Hack` in the appropriate `font-family` property of your CSS.  For example: