Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Meyer committed Apr 19, 2015
1 parent d935d18 commit c1bc3d4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# gourd

A [cucumber](https://cukes.info/) wire server in go
A wire server for [cucumber](https://cukes.info/) in go

There is [documentation](http://godoc.org/github.com/raphaelmeyer/gourd/)
and an [example project](https://github.com/raphaelmeyer/gourd-example/).

## Status

[![Build Status](https://travis-ci.org/raphaelmeyer/gourd.svg?branch=master)](https://travis-ci.org/raphaelmeyer/gourd)
[![Coverage Status](https://img.shields.io/coveralls/raphaelmeyer/gourd.svg)](https://coveralls.io/r/raphaelmeyer/gourd?branch=master)
[![GoDoc](https://godoc.org/github.com/raphaelmeyer/gourd?status.svg)](http://godoc.org/github.com/raphaelmeyer/gourd)
[![Build Status](https://travis-ci.org/raphaelmeyer/gourd.svg?branch=master)](https://travis-ci.org/raphaelmeyer/gourd/)
[![Coverage Status](https://img.shields.io/coveralls/raphaelmeyer/gourd.svg)](https://coveralls.io/r/raphaelmeyer/gourd/?branch=master)
[![GoDoc](https://godoc.org/github.com/raphaelmeyer/gourd?status.svg)](http://godoc.org/github.com/raphaelmeyer/gourd/)

Cucumber output for [features](https://raphaelmeyer.github.io/gourd/features.html)
and [work in progress](https://raphaelmeyer.github.io/gourd/wip.html)

## Dependencies

[testify](http://github.com/stretchr/testify)
[testify](https://github.com/stretchr/testify/)

0 comments on commit c1bc3d4

Please sign in to comment.