Skip to content

Commit

Permalink
chore: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sanohin authored Jan 26, 2019
1 parent a27b7aa commit bc6b8f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![version](https://img.shields.io/npm/v/google-timezones-json.svg)]()
[![downloads](https://img.shields.io/npm/dm/google-timezones-json.svg)]()

```javascript
import timezones from 'google-timezones-json';
// var timezones = require('google-timezones-json');
Expand All @@ -11,4 +14,4 @@ console.log(timezones);
"Pacific/Honolulu": "(GMT-10:00) Hawaii Time",
...
}
```
```

0 comments on commit bc6b8f5

Please sign in to comment.