diff --git a/README.md b/README.md index 61b41473..9d1a5eb4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Heroes please! +# History please! :maple_leaf::maple_leaf::maple_leaf::maple_leaf::maple_leaf::maple_leaf::maple_leaf::maple_leaf::maple_leaf: This command line utility will give you a random hero from Canadian history. @@ -23,7 +23,7 @@ heroes-please # Returns a hero First, [register with Github](https://github.com/join) and then "fork" this repository by clicking the "fork" button on the top right of this page. -Add heroes to the `heroes/` folder, in either the `poltical`, `cultural`, or `misc` subdirectory. Each "Hero" description is written in markdown: +Once you have an account, you can make changes to this repository directly from the Github repository web page. Add *historical figures* by clicking the `Create New File` button (top right) to add a new file to the `history/people` folder. Similarly, add *events* to the `history/events` folder, and *trends* to the `history/trends` folder. Each description is written in the markdown syntax: ```md # Level 1 headline, for titles @@ -41,6 +41,6 @@ etc. For more details, [check out the Githb Markdown cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) -Once you have written a hero description to your satisfaction, submit a "pull request" by committing your changes and ticking the "Create a new branch for this commit and start a pull request" box. +Once you have written adescription description to your satisfaction, submit a "pull request" by committing your changes and ticking the "Create a new branch for this commit and start a pull request" box. -I'll commit the changes and we can all enjoy them! +I'll respond with comments and eventually commit the changes, and we can all enjoy them! diff --git a/heroes/political/Agnes-Macphail.md b/history/people/Agnes-Macphail.md similarity index 100% rename from heroes/political/Agnes-Macphail.md rename to history/people/Agnes-Macphail.md diff --git a/heroes/cultural/CelineDion.md b/history/people/CelineDion.md similarity index 100% rename from heroes/cultural/CelineDion.md rename to history/people/CelineDion.md diff --git a/heroes/misc/FrederickBanting.md b/history/people/FrederickBanting.md similarity index 100% rename from heroes/misc/FrederickBanting.md rename to history/people/FrederickBanting.md diff --git a/heroes/misc/Jason-Loo.md b/history/people/Jason-Loo.md similarity index 100% rename from heroes/misc/Jason-Loo.md rename to history/people/Jason-Loo.md diff --git a/heroes/political/LesterBPearson.md b/history/people/LesterBPearson.md similarity index 100% rename from heroes/political/LesterBPearson.md rename to history/people/LesterBPearson.md diff --git a/heroes/political/Pierre_Elliott_Trudeau.md b/history/people/Pierre_Elliott_Trudeau.md similarity index 100% rename from heroes/political/Pierre_Elliott_Trudeau.md rename to history/people/Pierre_Elliott_Trudeau.md diff --git a/heroes/misc/TerryFox.md b/history/people/TerryFox.md similarity index 100% rename from heroes/misc/TerryFox.md rename to history/people/TerryFox.md diff --git a/heroes/political/Tommydouglas.md b/history/people/Tommydouglas.md similarity index 100% rename from heroes/political/Tommydouglas.md rename to history/people/Tommydouglas.md diff --git a/heroes/cultural/Wayne-Gretzky.md b/history/people/Wayne-Gretzky.md similarity index 100% rename from heroes/cultural/Wayne-Gretzky.md rename to history/people/Wayne-Gretzky.md diff --git a/heroes/cultural/WilliamShatner.md b/history/people/WilliamShatner.md similarity index 100% rename from heroes/cultural/WilliamShatner.md rename to history/people/WilliamShatner.md diff --git a/heroes/political/laurasecord.md b/history/people/laurasecord.md similarity index 100% rename from heroes/political/laurasecord.md rename to history/people/laurasecord.md diff --git a/heroes/political/normanbethune.md b/history/people/normanbethune.md similarity index 100% rename from heroes/political/normanbethune.md rename to history/people/normanbethune.md diff --git a/heroes/misc/wolverine.md b/history/people/wolverine.md similarity index 100% rename from heroes/misc/wolverine.md rename to history/people/wolverine.md