Skip to content

Commit

Permalink
Merge pull request #17 from jameshawkinsjr/update/readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
jameshawkinsjr committed Apr 7, 2019
2 parents 1958083 + cc67b00 commit 7cfb197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -15,8 +15,8 @@ Rocket Typer was designed to test your typing speed and see how you stack up aga
***
# Features
* [Test your typing speed](https://github.com/jameshawkinsjr/rocket-typer#speed-test)
* [Viewing a user's stats](https://github.com/jameshawkinsjr/flex-invest#speed-test)
* [View the global leaderboard](https://github.com/jameshawkinsjr/flex-invest#global-leaderboard)
* [Viewing a user's stats](https://github.com/jameshawkinsjr/rocket-typer#user-profiles)
* [View the global leaderboard](https://github.com/jameshawkinsjr/rocket-typer#global-leaderboard)


<br>
Expand All @@ -32,6 +32,7 @@ Utilizing React, we're able the user's progress in the game as local state to ot
</a>
</p>


***
<br>

Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/landing_page/landing_page.js
Expand Up @@ -4,6 +4,7 @@ import { Link } from 'react-router-dom';
class LandingPage extends React.Component {

componentDidMount() {
document.title = "Rocket Typer | Home"
this.props.fetchLeaderboardRaces();
}

Expand Down

0 comments on commit 7cfb197

Please sign in to comment.