Skip to content

Commit

Permalink
Merge pull request #158 from technocidal/patch-1
Browse files Browse the repository at this point in the history
Fix link to radar.js release
  • Loading branch information
bocytko authored Sep 3, 2024
2 parents 231459e + 27d18c6 commit 31b263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Feel free to use and adapt it for your own purposes.

```html
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="http://zalando.github.io/tech-radar/release/radar-0.8.js"></script>
<script src="https://zalando.github.io/tech-radar/release/radar-0.8.js"></script>
```

2. insert an empty `svg` tag:
Expand Down

0 comments on commit 31b263a

Please sign in to comment.