diff options
author | Akshay <[email protected]> | 2020-08-24 15:36:16 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-24 15:36:16 +0100 |
commit | 09e41a59e81f0e4858b33f01d94b0340c4e10fec (patch) | |
tree | 77966165da3873eb5bcc6d52383feea3ee295873 /readme.md | |
parent | 1769baea084b9e414bfd8e24e942d119d8653348 (diff) |
rename to isostaticv0.1.0
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | ### hedge | 1 | ### isostatic |
2 | 2 | ||
3 | > minimal url shortner | 3 | > minimal url shortner |
4 | 4 | ||
@@ -17,7 +17,7 @@ $ nix-build | |||
17 | Usage | 17 | Usage |
18 | ----- | 18 | ----- |
19 | 19 | ||
20 | hedge [-h | --help] [--port <number>] [--database <path>] | 20 | isostatic [-h | --help] [--port <number>] [--database <path>] |
21 | 21 | ||
22 | Options | 22 | Options |
23 | ------- | 23 | ------- |
@@ -32,5 +32,5 @@ Options | |||
32 | start with | 32 | start with |
33 | 33 | ||
34 | ```shell | 34 | ```shell |
35 | $ RUST_LOG=hedge=trace hedge | 35 | $ RUST_LOG=isostatic=trace isostatic |
36 | ``` | 36 | ``` |