Skip to content

Commit

Permalink
Merge pull request #205 from gitter-badger/gitter-badge
Browse files Browse the repository at this point in the history
Add a Gitter chat badge to readme.md
  • Loading branch information
JakeGinnivan committed Jul 2, 2015
2 parents dc80f5d + c661623 commit 2da3f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ A few quick facts about BDDfy:
- BDDfy is very extensible: the core barely has any logic in it and delegates all its responsibilities to the extensions all of which are configurable; e.g. if you don't like the reports it generates, you can write your custom reporter in a few lines of code.

## Usage

[![Join the chat at https://gitter.im/TestStack/TestStack.BDDfy](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TestStack/TestStack.BDDfy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
To use BDDfy install TestStack.BDDfy nuget package: `Install-Package TestStack.BDDfy`

This adds BDDfy assembly and its dependencies to your test project. If this is the first time you are using BDDfy you may want to check out the samples on NuGet. Just run `Install-Package TestStack.BDDfy.Samples` and it will load two fully working samples to your project.
Expand Down

0 comments on commit 2da3f61

Please sign in to comment.