Skip to content

Commit c08a19b

Browse files
Seonpyo Kimmergify[bot]
authored andcommitted
Fix broken markdown format
1 parent 16950f5 commit c08a19b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ cargo build --release
2020

2121
This will produce an executable in the `./target/release` directory.
2222

23-
##Setup
23+
## Setup
2424

25-
###Using Docker
25+
### Using Docker
2626

2727
CodeChain supports the use of Docker to provide an easy and seamless installation process by providing a single package that gives the user everything he/she
2828
needs to get CodeChain up and running. In order to get the installation package, run the following command after installing Docker:
@@ -53,9 +53,9 @@ docker run -it codechain-io/codechain:branch_or_tag_name
5353

5454
This should result in CodeChain running.
5555

56-
###Building From Source
56+
### Building From Source
5757

58-
####Build Dependencies
58+
#### Build Dependencies
5959
CodeChain requires Rust version 1.32.0 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
6060

6161
- For Linux Systems:
@@ -88,14 +88,14 @@ git clone git@github.com:CodeChain-io/codechain.git
8888
cd codechain
8989
```
9090
91-
####Build as Release Version
91+
#### Build as Release Version
9292
```sh
9393
cargo build --release
9494
```
9595
9696
This will produce an executable in the ./target/release directory.
9797
98-
###Using CodeChain SDK
98+
### Using CodeChain SDK
9999
100100
Before starting to use the CodeChain SDK, please install node.js by going to this [page](https://nodejs.org/en/).
101101

0 commit comments

Comments
 (0)