diff --git a/README.md b/README.md
index 20e517d5..4cbc3424 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ View the [features](https://surrealdb.com/features), the latest [releases](https
- [Run using Docker](#run-using-docker)
- [Getting started](#getting-started)
- [Client side apps](#client-side-apps)
- - [Server side code](#server-side-apps)
+ - [Server side code](#server-side-code)
- [Quick look](#quick-look)
- [Why SurrealDB](#why-surrealdb)
- [Database, API, and permissions](#database-api-and-permissions)
@@ -133,14 +133,8 @@ For guidance on installation, development, deployment, and administration, see o
SurrealDB is designed to be simple to install and simple to run - using just one command from your terminal. In addition to traditional installation, SurrealDB can be installed and run with HomeBrew, Docker, or using any other container orchestration tool such as Docker Compose, Docker Swarm, Rancher, or in Kubernetes.
-
-
-
-
-
-
-
- Install on macOS
+
+ Install on macOS
The quickest way to get going with SurrealDB on macOS is to use Homebrew. This will install both the command-line tools, and the SurrealDB server as a single executable. If you don't use Homebrew, follow the instructions for Linux below to install SurrealDB.
@@ -149,14 +143,8 @@ The quickest way to get going with SurrealDB on macOS is to use Homebrew. This w
brew install surrealdb/tap/surreal
```
-
-
-
-
-
-
-
- Install on Linux
+
+ Install on Linux
The easiest and preferred way to get going with SurrealDB on Unix operating systems is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions.
@@ -165,14 +153,8 @@ The easiest and preferred way to get going with SurrealDB on Unix operating syst
curl -sSf https://install.surrealdb.com | sh
```
-
-
-
-
-
-
-
- Install on Windows
+
+ Install on Windows
The easiest and preferred way to get going with SurrealDB on Windows is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions.
@@ -181,14 +163,8 @@ The easiest and preferred way to get going with SurrealDB on Windows is to insta
iwr https://windows.surrealdb.com -useb | iex
```
-
-
-
-
-
-
-
- Run using Docker
+
+ Run using Docker
Docker can be used to manage and run SurrealDB database instances without the need to install any command-line tools. The SurrealDB docker container contains the full command-line tools for importing and exporting data from a running server, or for running a server itself.