From 2934ce581ce3be31b7e0013e9b10f6b94d8df9d3 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Wed, 1 Jun 2016 15:52:49 -0500 Subject: [PATCH] Update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fbd1bb..75a631a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ flake [![GoDoc](https://godoc.org/github.com/bwmarrin/flake?status.svg)](https://godoc.org/github.com/bwmarrin/flake) [![Go report](http://goreportcard.com/badge/bwmarrin/flake)](http://goreportcard.com/report/bwmarrin/flake) [![Build Status](https://travis-ci.org/bwmarrin/flake.svg?branch=master)](https://travis-ci.org/bwmarrin/flake) [![Discord Gophers](https://img.shields.io/badge/Discord%20Gophers-general-blue.svg)](https://discord.gg/0f1SbxBZjYoCtNPP) flake is a [Go](https://golang.org/) package that provides -* A very simple twitter snowflake Generator -* Methods to parse existing snowflake IDs +* A very simple twitter snowflake Generator. +* Methods to parse existing snowflake IDs. * Methods to convert a snowflake ID into several other data types. * JSON Marshal/Unmarshal functions to easily use flake IDs within a JSON API.