From 40610df624738946fb65bfd20331aec8f6e770ae Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 10 Nov 2014 10:17:36 -0700 Subject: [PATCH] Tweak description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12eb28f..e08d6c8 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Atoum](https://github.com/atoum/atoum) - A simple testing library. * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing. * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing. -* [Prophecy](https://github.com/phpspec/prophecy) - Highly opinionated mocking framework for PHP 5.3+. +* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework. * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library. * [Samsui](https://github.com/mauris/samsui) - Another fake data generator library. * [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.