Fix a typo
This commit is contained in:
parent
eba5d62306
commit
96b46f1085
|
@ -45,7 +45,7 @@ Fork this repository, then rename the repository to `yourgithubusername.github.i
|
||||||
|
|
||||||
Alternatively, you can use [`Use this template`](https://github.com/amitmerchant1990/reverie/generate) button if you want to create a repository with a clean commit history which will use Reverie as a template.
|
Alternatively, you can use [`Use this template`](https://github.com/amitmerchant1990/reverie/generate) button if you want to create a repository with a clean commit history which will use Reverie as a template.
|
||||||
|
|
||||||
Your Jekyll blog will often be viewable immediately at <https://yourgithubusername.github.io> (if it's not, you can often force it to build by completing step 2)
|
Your Jekyll blog will often be viewable immediately at <https://yourgithubusername.github.io> (if it's not, you can often force it to build by completing step 2.
|
||||||
|
|
||||||
### 2. Customize and view your site
|
### 2. Customize and view your site
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ For adding multiple categories:
|
||||||
categories: [PHP, Laravel]
|
categories: [PHP, Laravel]
|
||||||
```
|
```
|
||||||
|
|
||||||
The contegorized content can be shown over this URL: <https://yourgithubusername.github.io/categories/>
|
The categorized content can be shown over this URL: <https://yourgithubusername.github.io/categories/>
|
||||||
|
|
||||||
## Pagination
|
## Pagination
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue