From 42ea57dd76acfc1d78484444fabc554a6500d5a4 Mon Sep 17 00:00:00 2001
From: grohan47 <74037058+grohan47@users.noreply.github.com>
Date: Thu, 25 Aug 2022 21:07:37 +0530
Subject: [PATCH] Line Breaks
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 86a9395..8d1ddb2 100644
--- a/README.md
+++ b/README.md
@@ -325,7 +325,7 @@ Ctrl+O to save, Ctrl+X to exit
#### Update Grub config
-You'll need to tell GRUB to update its configuration in order to include the new theme.
+You'll need to tell GRUB to update its configuration in order to include the new theme.
##### Ubuntu and Debian-based systems:
@@ -333,7 +333,7 @@ You'll need to tell GRUB to update its configuration in order to include the new
```shell
sudo update-grub
```
-
+
##### Fedora and RHEL-based distros:
```shell
@@ -345,7 +345,7 @@ OR
```shell
sudo grub2-mkconfig -o /etc/grub2-efi.cfg #For UEFI systems
```
-
+
##### Arch & others:
@@ -357,7 +357,6 @@ or
```shell
sudo grub2-mkconfig -o /grub.cfg
```
-
#### Note:
- Commands tested on: ***(Please add your distro here)***