From 2923c4bdf875595fe32ed1564164f5db2719ba6c Mon Sep 17 00:00:00 2001 From: Rob Fletcher Date: Fri, 12 Oct 2012 18:32:22 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2939f77b..377244db 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Annotate your test with `@Betamax`. The first time it runs HTTP traffic is recor Future test runs replay responses from _tape_. Insert different _tapes_ to stub different responses. ### Customize -Edit _tape_ files with a text editor, commit to source control, share with your team & use on continuous integration. +_Tapes_ are just [YAML](http://www.yaml.org/) files so you can edit them with a text editor, commit to source control, share with your team & use on continuous integration. ## Full documentation