Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymclaughlin committed Dec 6, 2011
1 parent b7554e5 commit 0a58f4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,14 +1,14 @@
## Druuid

### Overview
## Overview

An Erlang NIF wrapper around the
[OSSP-UUID](http://www.ossp.org/pkg/lib/uuid/) library.

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:
Expand All @@ -19,9 +19,9 @@ make
</code>
</pre>

### Usage
## Usage

#### Generate a v4 uuid
### Generate a v4 uuid

<pre>
<code>
Expand Down

0 comments on commit 0a58f4a

Please sign in to comment.