Skip to content

Commit 2da3f61

Browse files
committed
Merge pull request #205 from gitter-badger/gitter-badge
Add a Gitter chat badge to readme.md
2 parents dc80f5d + c661623 commit 2da3f61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ A few quick facts about BDDfy:
99
- 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.
1010

1111
## Usage
12+
13+
[![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)
1214
To use BDDfy install TestStack.BDDfy nuget package: `Install-Package TestStack.BDDfy`
1315

1416
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.

0 commit comments

Comments
 (0)