Quellcode durchsuchen

docs: remove <br>s

Sven vor 1 Jahr
Ursprung
Commit
7c6b062f0a
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  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>