소스 검색

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*).