Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Tombol <zoltan.tombol@gmail.com>2016-02-17 00:55:01 +0300
committerZoltan Tombol <zoltan.tombol@gmail.com>2016-02-17 00:55:01 +0300
commitf861a59dc88c7b195c87618ef79a918f700319f6 (patch)
tree242211b94ec022621745a905a4b2c75ec8e3cba8
parent435d510b7791e84a9ba85a084aea0e6daf8cccc0 (diff)
Fix formatting in README.mdv0.1.0
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3fff359..b341a8b 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Fail if the given expression evaluates to false.
***Note:*** *The expression must be a simple command. [Compound
commands][bash-comp-cmd], such as `[[`, can be used only when executed
-with `bash -c`.
+with `bash -c`.*
```bash
@test 'assert()' {