Skip to content

Commit

Permalink
Fix minor typos in README.md (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored and aweary committed Apr 23, 2017
1 parent 2070f96 commit 809b8ef
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 @@ -20,7 +20,7 @@ template.render(new Date());
// The time is 11:10:20PM.
```

## Subsitutions
## Substitutions

* `MMMM` - Full Month (September)
* `MM` - Partial Month (Sep)
Expand All @@ -45,7 +45,7 @@ template string again. That means its important that you aren't recreating the t

Here's an example showing the right and wrong way to use tinytime with React.

Dont do this:
Don't do this:

```jsx
function Time({ date }) {
Expand Down

0 comments on commit 809b8ef

Please sign in to comment.