Skip to content

Commit 72ee756

Browse files
committed
cleanup README.md text
1 parent f64bcdb commit 72ee756

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Simple Zola site for hosting all of the links from meetups past and future.
55
## Development
66

77
You'll need [Zola](https://www.getzola.org/documentation/getting-started/installation/) to run the
8-
site locally. Once they're setup:
8+
site locally. Once it is setup:
99

1010
* Clone the repository and go into the directory
1111
* Run `zola serve`
1212
* Go to http://localhost:1111
1313

1414
## Making a Post
1515

16-
To make a new post, make a new file in `content` directory with a title of
17-
`YYYY-MM-DD-title-goes-here.md`. At the top of the file you'll want to provide the
16+
To make a new post, make a new file in the `content` directory with a title of
17+
`YYYY-MM-DD-title-goes-here.md`. At the top of the file you must provide the
1818
following information:
1919

2020
```md
@@ -35,4 +35,4 @@ All site configurations are contained in `config.toml`.
3535
## Attributions
3636

3737
Thanks to [BitDevs NYC](https://github.com/BitDevsNYC/BitDevsNYC.github.io) for the
38-
Jekyll site this site is based on.
38+
Jekyll site that this site is based on.

0 commit comments

Comments
 (0)