Skip to content

Commit e6f92d2

Browse files
committed
Fix banner
SVG isn't rendered correctly in all browsers
1 parent 2c6f85c commit e6f92d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![ExplainabilityMethods.jl](https://raw.githubusercontent.com/adrhill/ExplainabilityMethods.jl/gh-pages/assets/banner.svg)
1+
![ExplainabilityMethods.jl][banner-img]
22
___
33

44
| **Documentation** | **Build Status** |
@@ -47,6 +47,7 @@ Currently, the following analyzers are implemented:
4747
One of the design goals of ExplainabilityMethods.jl is extensibility.
4848
Individual LRP rules like `ZeroRule`, `EpsilonRule`, `GammaRule` and `ZBoxRule` can be composed and are easily extended by custom rules.
4949

50+
[banner-img]: https://raw.githubusercontent.com/adrhill/ExplainabilityMethods.jl/gh-pages/assets/banner.png
5051

5152
[docs-stab-img]: https://img.shields.io/badge/docs-stable-blue.svg
5253
[docs-stab-url]: https://adrhill.github.io/ExplainabilityMethods.jl/stable

0 commit comments

Comments
 (0)