From 61c5505fb5724eb6b64e8c574e0cf425a23c3be9 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 27 Sep 2018 14:57:58 -0600 Subject: [PATCH] Update main description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78554e8..36d2be4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ Spectator ========= -Fully-featured spec-based test framework for Crystal. -Provides more functionality from [RSpec](http://rspec.info/) +Spectator is a fully-featured spec-based test framework for Crystal. +It provides more functionality from [RSpec](http://rspec.info/) than the built-in Crystal [Spec](https://crystal-lang.org/api/latest/Spec.html) utility. -Spectator also provides additional features to make testing easier and more fluent. +Additionally, Spectator provides extra features to make testing easier and more fluent. Installation ------------