Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 30, 2021
1 parent 64b5121 commit 035a8fc
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
declare
=======
# declare

![Build Status](https://github.com/kachick/declare/actions/workflows/test_behaviors.yml/badge.svg?branch=main)
[![Gem Version](https://badge.fury.io/rb/declare.png)](http://badge.fury.io/rb/declare)

Description
------------

A unit testing framework

Features
--------

* Simple syntax.
* Markdown looks Reports.
* Simple syntax
* Markdown looks Reports
* Tiny keyboard typings :)

Usage
-----
## Usage

Require Ruby 2.5 or later

Expand Down Expand Up @@ -112,3 +104,8 @@ to
```ruby
require 'declare/autorun'
```

## Links

* [Repository](https://github.com/kachick/declare)
* [API documents](https://kachick.github.io/declare)

0 comments on commit 035a8fc

Please sign in to comment.