diff --git a/README.md b/README.md index 2847264..33925c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,54 @@ # Rhumsaa\Uuid -A PHP 5.3+ library for generating and working with -[RFC 4122](http://tools.ietf.org/html/rfc4122) version 1, 3, 4, and 5 -universally unique identifiers (UUID). +[![Build Status](https://secure.travis-ci.org/ramsey/uuid.png)](http://travis-ci.org/ramsey/uuid) + +A PHP 5.3+ library for generating and working with [RFC 4122][rfc4122] version +1, 3, 4, and 5 universally unique identifiers (UUID). + +Much inspiration for this library came from the [Java][javauuid] and +[Python][pyuuid] UUID libraries. + +## Examples + +```php +