summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-05-08 05:18:09 +0000
committerLars Wirzenius <liw@liw.fi>2022-05-08 05:18:09 +0000
commit9328b1fdd616f7798a0e8e852f40a1f4f72d828e (patch)
tree35e923bd9c948dbf1115d4cc35edd3873cb7d6fe
parentbc3f5a1ff285f2063b056174b9bca46b91bcb5a8 (diff)
parente750bc2e24c850d5dd4b87953e5d41bf1c75b459 (diff)
downloadroadmap-9328b1fdd616f7798a0e8e852f40a1f4f72d828e.tar.gz
Merge branch 'fixes' into 'main'v0.4.1
fix README image See merge request larswirzenius/roadmap!10
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 077dcc6..71172dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roadmap"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
license = "MIT-0"
diff --git a/README.md b/README.md
index 7d31eb4..ea996e4 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,9 @@ To run:
cargo run --bin roadmap2dot legend.yaml | dot -Tsvg > legend.svg
~~~
-This will produce a graph like the one below.
+This will produce a graph, which is visible below if this README is
+rendered from the source tree; or you can it [in the
+repository](https://gitlab.com/larswirzenius/roadmap/-/blob/main/legend.svg).
![](legend.svg "See yaml for textual version")