Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
askyel authored and sanjaypojo committed Dec 11, 2017
1 parent 6dfdaad commit d52911b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ render() {
return(
<LineChart data={markets}
graphTitle="Annual Trends in Market Indices"
xTitle="Index Value"
yTitle="Year" />
xTitle="Year"
yTitle="Index Value" />
)
}
```
Expand Down

0 comments on commit d52911b

Please sign in to comment.