From bd45b6b2a164ca7d882ef41f1318034f738a3844 Mon Sep 17 00:00:00 2001
From: ThatOneCalculator <kainoa@t1c.dev>
Date: Wed, 27 Jul 2022 19:36:04 -0700
Subject: [PATCH] emojos

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

diff --git a/README.md b/README.md
index 870dd5e7c..9e8abc327 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Read [this](./CALCKEY.md) for current and future differences.
 
 You need at least ๐Ÿข NodeJS v16.15.0 (v18.4.0 reccomended!) and *exactly* ๐Ÿงถ Yarn v3.2.1!
 
-### Install dependencies
+### ๐Ÿ“ฉ Install dependencies
 
 ```sh
 # nvm install 18.4.0 && nvm alias default 18.4.0 && nvm use 18.4.0
@@ -47,7 +47,7 @@ corepack enable
 yarn set version berry
 ```
 
-### Get folder ready
+### ๐Ÿ‘€ Get folder ready
 
 ```sh
 git clone https://codeberg.org/thatonecalculator/calckey.git
@@ -57,7 +57,7 @@ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey fo
 # cp -r ../misskey/files . # if you don't use object storage
 ```
 
-### Build and launch!
+### ๐Ÿš€ Build and launch!
 
 #### `git pull` and run these steps to update Calckey in the future!