Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from vassilevsky/better-readme
Browse files Browse the repository at this point in the history
Tiny README fixes
  • Loading branch information
elbrujohalcon authored May 28, 2018
2 parents 0174734 + fbe1989 commit c82dcf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# katana-test

Katana Test is an Erlang library application containing modules usefule for testing Erlang systems.
Katana Test is an Erlang library application containing modules useful for testing Erlang systems.
It currently contains the module `ktn_meta_SUITE`, which is a Common Test suite to be included among your tests. Read below for more information.

# Contact Us
Expand All @@ -18,7 +18,7 @@ And you can check all of our open-source projects at
The **meta** suite lets you check your code with `dialyzer`, `xref` and `elvis`.

#### Usage
To include the suite in your project, you only need to invoke its functions from a common_test suite. If you use [mixer](https://github.com/inaka/mixer) you can just do…
To include the suite in your project, you only need to invoke its functions from a common_test suite. If you use [mixer](https://github.com/inaka/mixer) you can do…

```erlang
-module(your_meta_SUITE).
Expand Down

0 comments on commit c82dcf0

Please sign in to comment.