aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index a6693e6..8851cce 100644
--- a/readme.md
+++ b/readme.md
@@ -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
17Usage 17Usage
18----- 18-----
19 19
20hedge [-h | --help] [--port <number>] [--database <path>] 20isostatic [-h | --help] [--port <number>] [--database <path>]
21 21
22Options 22Options
23------- 23-------
@@ -32,5 +32,5 @@ Options
32start with 32start with
33 33
34```shell 34```shell
35$ RUST_LOG=hedge=trace hedge 35$ RUST_LOG=isostatic=trace isostatic
36``` 36```