Skip to content

Commit a10e426

Browse files
committed
update example gist link, and description
1 parent 19e74d9 commit a10e426

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Preview HTML file on Gist
44

55
## Usage
66

7-
1. Preview `index.html` or `the first file` in gist
7+
1. https://gistpreview.github.io/?:gist_id
88

9-
`GET https://gistpreview.github.io/?:gist_id`
9+
Preview __index.html__ or __the first file__ in gist.
1010

11-
2. Preview specifically `file_name` in gist
12-
13-
`GET https://gistpreview.github.io/?:gist_id/:file_name`
11+
2. https://gistpreview.github.io/?:gist_id/:file_name
12+
13+
Preview specific __file_name__ in gist.
1414

1515
## Example
1616

17-
https://gist.github.com/zlargon/de2093842657a8b3d6d9ebb6ce0a7c59
17+
https://gist.github.com/zlargon/9de497580ac33180e6128c187e2a93bc
1818

1919
## Github API Rate Limiting
2020

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<div id="main" class="container hide">
3535
<h2>Gist HTML Preview</h2>
36-
<p class="lead">If `File Name` is blank, it would preview index.html or the first file as default.</p>
36+
<p class="lead">If <ins>File Name</ins> is empty, it will preview <ins>index.html</ins> or <ins>the first file</ins> as default.</p>
3737
<div class="form-inline" role="form">
3838
<div class="form-group">
3939
<label for="gist_id">https://gistpreview.github.io/?</label>

0 commit comments

Comments
 (0)