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 Nov 18, 2014
1 parent 2f059b9 commit 1a63af8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ var time = read.time;
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:
```js
var read = require('de-read');
var time = read.time;

console.log(time.read(10, 40)); // => zwanzig vor elf
console.log(time.read(10, 45)); // => Viertel vor elf
```

0 comments on commit 1a63af8

Please sign in to comment.