diff --git a/docs/index.html b/docs/index.html index ea96cad..26d8171 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,7 +46,7 @@ $.get("https://api.github.com/repos/toorshia/justgage/contents/docs/examples", function (data, status) { let htmlString = ''; for (let file of data) { - htmlString += `
  • ${file.name}
  • `; + htmlString += `
  • ${file.name}
  • `; } htmlString += ''; $('#examples').html(htmlString); @@ -487,12 +487,11 @@

    What can it do?

    +

    More examples:

    + -

    More examples:

    - +