summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Tenart2018-06-13 18:49:44 +0200
committerjvoisin2018-06-18 23:49:54 +0200
commit3a776ff1ca57e2759b0357a2a4792eda3983cf2f (patch)
tree2f9642e782057356bf9f26c4f9916b099ed0334a
parentcce5de82e514c98fd0d8b118c3e05dfe586aa342 (diff)
README: software is always singular
Fix on small typo. Cosmetic patch. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e1bf34..3a6105b 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ metadata.
35Please note that MAT2 requires at least Python3.5, meaning that it 35Please note that MAT2 requires at least Python3.5, meaning that it
36doesn't run on [Debian Jessie](https://packages.debian.org/jessie/python3), 36doesn't run on [Debian Jessie](https://packages.debian.org/jessie/python3),
37 37
38# Running the testsuite 38# Running the test suite
39 39
40```bash 40```bash
41$ python3 -m unittest discover -v 41$ python3 -m unittest discover -v
@@ -47,7 +47,7 @@ $ python3 -m unittest discover -v
47$ python3 ./mat2 -l 47$ python3 ./mat2 -l
48``` 48```
49 49
50# Related softwares 50# Related software
51 51
52- The first iteration of [MAT](http://mat.boum.org) 52- The first iteration of [MAT](http://mat.boum.org)
53- [Exiftool](https://sno.phy.queensu.ca/~phil/exiftool/mat) 53- [Exiftool](https://sno.phy.queensu.ca/~phil/exiftool/mat)