From 1b86d6814f4459d70385c9197fe1f19b114381da Mon Sep 17 00:00:00 2001
From: Nikolai <94403162+NikolaiSch@users.noreply.github.com>
Date: Sun, 8 May 2022 17:28:42 +0100
Subject: [PATCH] README options table format fix (#716)
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 649c6ca..e1e81e7 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,7 @@ A working example can be found at [openzeppelin-contracts, here.][35]
| solcoverjs | `--solcoverjs ./../.solcover.js` | Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) |
| network | `--network development` | Use network settings defined in the Truffle or Hardhat config |
| temp[*][14] | `--temp build` | :warning: **Caution** :warning: Path to a *disposable* folder to store compilation artifacts in. Useful when your test setup scripts include hard-coded paths to a build directory. [More...][14] |
-| matrix | `--matrix` | Generate a JSON object that maps which mocha tests hit which lines of code. (Useful
-as an input for some fuzzing, mutation testing and fault-localization algorithms.) [More...][39]|
+| matrix | `--matrix` | Generate a JSON object that maps which mocha tests hit which lines of code. (Useful as an input for some fuzzing, mutation testing and fault-localization algorithms.) [More...][39]|
[* Advanced use][14]