diff options
author | filip <filip.komar@gmail.com> | 2020-10-31 21:33:14 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2020-10-31 21:33:14 +0100 |
commit | eee4dda59b57710c16643e86a18c9701d8de4392 (patch) | |
tree | ccb12528f6fe24bc7ae3b739e702271bf61ec572 | |
parent | 5f2bb22ccec4c76114a268dbb63dc806f3d0265b (diff) | |
download | nav-eee4dda59b57710c16643e86a18c9701d8de4392.tar nav-eee4dda59b57710c16643e86a18c9701d8de4392.tar.gz nav-eee4dda59b57710c16643e86a18c9701d8de4392.tar.bz2 nav-eee4dda59b57710c16643e86a18c9701d8de4392.tar.xz nav-eee4dda59b57710c16643e86a18c9701d8de4392.zip |
workaround for parsing error fix
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ You have two ways to use this service: Place this at the end of your HTML document: -> ```<script src="//nav.mageia.org/js/"></script> +> ``` +> <script src="//nav.mageia.org/js/"></script> > ``` It will: |