Skip to content

Commit 8d45b94

Browse files
authored
Merge pull request #239 from kinow/patch-1
2 parents 635a78b + 2a226ed commit 8d45b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Or install it yourself as:
3131

3232
$ gem install jekyll-redirect-from
3333

34-
Once it's installed into your evironment, add it to your `_config.yml`:
34+
Once it's installed into your environment, add it to your `_config.yml`:
3535

3636
```yaml
3737
plugins:
@@ -52,7 +52,7 @@ Then run `jekyll <cmd> --safe` like normal.
5252

5353
## Usage
5454

55-
The object of this gem is to allow an author to specify multiple URLs for a
55+
The objective of this gem is to allow an author to specify multiple URLs for a
5656
page, such that the alternative URLs redirect to the new Jekyll URL.
5757

5858
To use it, simply add the array to the YAML front-matter of your page or post:

0 commit comments

Comments
 (0)