Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick-S committed Jan 21, 2015
1 parent 398ec4f commit 8b4e81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ console.log(time.read(6, 0, true)); // => um sechs Uhr
console.log(time.read(8, 45, true)); // => um acht Uhr fünfundvierzig
```

Or read time officially:
Or read time unofficially:
```js
var read = require('de-read');
var time = read.time;
Expand Down

0 comments on commit 8b4e81c

Please sign in to comment.