aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2018-11-30 21:16:04 +0100
committerpacien2018-11-30 21:29:34 +0100
commit0c375acd686f2e7f3116e243bf9c89a836d5be99 (patch)
treeab867161ea78746ffde46952bb61fa5d91c060fd /readme.md
parent1f0c6a7638353d1ebbbc4ba1a8de0887d5f68e98 (diff)
downloadgziplike-0c375acd686f2e7f3116e243bf9c89a836d5be99.tar.gz
rename main file
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index be2587c..95fe641 100644
--- a/readme.md
+++ b/readme.md
@@ -10,7 +10,7 @@ Test and build
10 10
11Building this project requires Nim and Nimble version 0.19.0 or later. 11Building this project requires Nim and Nimble version 0.19.0 or later.
12 12
13* `nimble build` produces a binary named `main` 13* `nimble build` produces a binary named `gziplike`
14* `nimble test` runs the included unit tests 14* `nimble test` runs the included unit tests
15 15
16 16
@@ -32,4 +32,3 @@ License
32Copyright (C) 2018 Pacien TRAN-GIRARD. 32Copyright (C) 2018 Pacien TRAN-GIRARD.
33 33
34This project is distributed under the terms of the GNU Affero General Public License v3.0, as detailed in the provided `license.md` file. 34This project is distributed under the terms of the GNU Affero General Public License v3.0, as detailed in the provided `license.md` file.
35