Bladeren bron

docs: remove <br>s

Sven 1 jaar geleden
bovenliggende
commit
7c6b062f0a
1 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  1. 0 4
      README.greasyfork.md

+ 0 - 4
README.greasyfork.md

@@ -15,8 +15,6 @@ If you like using this library, please consider [supporting the development ❤
     npm i @sv443-network/userutils
     ```
 
-    <br>
-
     Then, import it in your script as usual:
     ```ts
     import { addGlobalStyle } from "@sv443-network/userutils";
@@ -24,8 +22,6 @@ If you like using this library, please consider [supporting the development ❤
     import * as userUtils from "@sv443-network/userutils";
     ```
 
-    <br>
-
     Shameless plug: I also have a [webpack-based template for userscripts in TypeScript](https://github.com/Sv443/Userscript.ts) that you can use to get started quickly.
 
 <br>