From 0a58f4aee8ae6d274cc8fb62b4355368bc32f8b0 Mon Sep 17 00:00:00 2001 From: Kelly McLaughlin Date: Mon, 5 Dec 2011 21:53:40 -0700 Subject: [PATCH] Readme update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1494ba8..534530f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Druuid -### Overview +## Overview An Erlang NIF wrapper around the [OSSP-UUID](http://www.ossp.org/pkg/lib/uuid/) library. @@ -8,7 +8,7 @@ An Erlang NIF wrapper around the Currently only V4 UUIDs are supported, but support for other versions is coming. -### Building +## Building The druuid repo contains version 1.6.2 of the OSSP uuid libary. To build just clone the repo and type the following: @@ -19,9 +19,9 @@ make -### Usage +## Usage -#### Generate a v4 uuid +### Generate a v4 uuid