Skip to content

Commit 8640c4a

Browse files
committed
Update README.md
1 parent 398f77b commit 8640c4a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
Satnami [![Build Status](https://travis-ci.org/satnami/guid4.svg?branch=master)](https://travis-ci.org/satnami/guid4)
2-
=================
1+
# Satnami
2+
3+
[![build status][travis-image]][travis-url]
4+
[![NPM version][npm-image]][npm-url]
5+
[![Downloads][downloads-image]][downloads-url]
36

47
A small library to generate random guids just for fun.
58

9+
=================
610
## Installation
711

812
npm install guid4 --save
@@ -19,3 +23,9 @@ A small library to generate random guids just for fun.
1923

2024

2125
[![NPM](https://nodei.co/npm/guid4.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/guid4/)
26+
[npm-image]: https://img.shields.io/npm/v/guid4.svg?style=flat-square
27+
[npm-url]: https://npmjs.org/package/guid4
28+
[travis-image]: https://img.shields.io/travis/satnami/guid4.svg?style=flat-square
29+
[travis-url]: https://travis-ci.org/satnami/guid4
30+
[downloads-image]: http://img.shields.io/npm/dm/guid4.svg?style=flat-square
31+
[downloads-url]: https://npmjs.org/package/guid4

0 commit comments

Comments
 (0)