diff options
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 | ``` |