فهرست منبع

fixed missing preformatted code blocks in readme

Chris Simpkins 10 سال پیش
والد
کامیت
a31e834f38
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -183,12 +183,16 @@ Replace `path/to/` with the actual path to your css directory.
 
 ##### Basic Latin Character Set
 
+```html
 <link rel="stylesheet" href="path/to/css/hack.min.css">
+```
 
 
 ##### Full Character Set
 
+```html
 <link rel="stylesheet" href="path/to/css/hack-extended.min.css">
+```
 
 You can alter the path to the Hack files (e.g. place the files in a `hack` resource subdirectory); however, please make sure that you preserve the relative file paths included in the release archive (*or be prepared to modify the paths to the font files*).