Skip to content

Commit c5e8d49

Browse files
committed
Fix gem install github-pages command, minor copyediting of README.md
1 parent fc66f56 commit c5e8d49

File tree

2 files changed

+18
-23
lines changed

2 files changed

+18
-23
lines changed

README.md

+17-22
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,39 @@
1-
# A Plege to migrate to Python 3.
1+
# A pledge to migrate to Python 3.
22

3-
This is the main website for a pledge to stop supporting Python 2 for free in open source software.
3+
This is the main website for a pledge to stop supporting Python 2 for free in
4+
open source software.
45

5-
# run locally
6+
# Run locally
67

7-
Install Jekyll : `gem install jekyll`, `gem install gh-pages`
8+
Install Jekyll : `gem install jekyll`, `gem install github-pages`
89

910
Clone this locally, `cd` in the newly created directory.
1011

11-
run `jekyll serve -w` in one terminal, open you browse to `localhost:4000`.
12+
Run `jekyll serve -w` in one terminal, open your browser to `localhost:4000`.
1213

13-
Modify the various files, refresh your browser and enjoy.
14+
Modify the various files, refresh your browser and enjoy.
1415

1516
PRs welcomed.
1617

1718
# Add your project
1819

19-
If you just want to add you project to the list of participating project, add a
20-
line in [the list of participating project](_sections/30-projects.md), it's
20+
If you just want to add your project to the list of participating projects, add
21+
a line in [the list of participating projects](_sections/30-projects.md). It's
2122
markdown so feel free to just list your project name or add a link, and make a
2223
pull request. You should even be able to [edit it
2324
online](https://github.com/python3statement/python3statement.github.io/edit/master/_sections/30-projects.md).
2425

26+
## Add timeline information
2527

26-
27-
28-
## Add timeline informations
29-
30-
The front page also have a timeline chart, with past release dates, and future
31-
(planned) releases. You can also add you project there, if you have a specific
32-
date where you plan to drop Python 2 support.
28+
The front page also has a timeline chart, with past release dates and future
29+
(planned) releases. You can also add your project there, if you have a specific
30+
date where you plan to drop Python 2 support.
3331

3432
See [site.js](site.js) around [line
3533
100](https://github.com/python3statement/python3statement.github.io/blob/master/site.js#L103)
36-
to see how to add this kind of data.
37-
38-
39-
# Base template:
40-
41-
This is a based on version of
42-
[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged)
34+
to see how to add this kind of data.
4335

36+
# Base template
4437

38+
This site is based on
39+
[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged).

_sections/40-timeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ extended support. (Python's own timeline is available
1515

1616
<div id="visualization"></div>
1717

18-
See how to [add your project to the list of participating project](https://github.com/python3statement/python3statement.github.io#add-your-project) and to [this timeline](https://github.com/python3statement/python3statement.github.io#add-timeline-informations)
18+
See how to [add your project to the list of participating projects](https://github.com/python3statement/python3statement.github.io#add-your-project) and to [this timeline](https://github.com/python3statement/python3statement.github.io#add-timeline-information)

0 commit comments

Comments
 (0)