diff --git a/readme.md b/readme.md
index 16b177f..154dcb2 100644
--- a/readme.md
+++ b/readme.md
@@ -33,30 +33,30 @@ As the first rollup kit equipped with Aspects, Artela network aims to **maximize
## Build the source
-1). Set Up Your Go Development Environment
+1) Set Up Your Go Development Environment
Make sure you have set up your [Go](https://go.dev/) development environment.
-2). Install ignite-cli
+2) Install ignite-cli
```sh
curl https://get.ignite.com/cli@v28.4.0! | bash
```
-3). Install rollkit-cli
+3) Install rollkit-cli
```sh
curl -sSL https://rollkit.dev/install.sh | sh -s v0.13.6
```
-4). Download the Source Code
+4) Download the Source Code
Obtain the project source code using the following method:
```
git clone https://github.com/artela-network/artela-rollkit.git
```
-5). Compile
+5) Compile
Compile the source code and generate the executable using the Go compiler:
```
@@ -84,4 +84,4 @@ Learn more about Artela in
## License
Copyright © Artela Network, Inc. All rights reserved.
-Licensed under the [Apache v2](LICENSE) License.
\ No newline at end of file
+Licensed under the [Apache v2](LICENSE) License.