From 910770867f71354ff8a79408ef7a265b8fdf9e24 Mon Sep 17 00:00:00 2001
From: ultrakatiz <ultrakatiz@gmail.com>
Date: Thu, 19 May 2022 00:40:59 +0200
Subject: [PATCH] nvm this is markdown

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 68db52d..e737c96 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ Aegisub scripts for 3D shenanigans
 
 ## Setup
 
-0 - Use karaOK (https://github.com/logarrhythmic/karaOK)\n
-1 - Put the repo in your Aegisub/automation/include folder, under the name "kara3d".\n
-2 - Create a `code once` line with the following code: `_G.require("kara3d.all")`\n
+0 - Use karaOK (https://github.com/logarrhythmic/karaOK)  
+1 - Put the repo in your Aegisub/automation/include folder, under the name "kara3d".  
+2 - Create a `code once` line with the following code: `_G.require("kara3d.all")`  
 3 - Create another `code once` line with the names you will use for the classes that are now stored in `_G` (for example, `vec = _G.vector`)
 
 ## How to Use
-- 
GitLab