Skip to content

Commit 32c4250

Browse files
authored
Fix README format (#3)
1 parent fc9f536 commit 32c4250

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,20 @@ For development purposes, follow these instructions to set up your environment:
8383
### Setup
8484

8585
1. Clone the repository:
86-
```bash
87-
git clone <repository-url>
88-
cd SuperCoder
89-
```
86+
```bash
87+
git clone <repository-url>
88+
cd SuperCoder
89+
```
9090

9191
2. Build the project using SBT:
92-
```bash
93-
sbt compile
94-
```
92+
```bash
93+
sbt compile
94+
```
9595

9696
3. Run tests to ensure everything is working as expected:
97-
```bash
98-
sbt test
99-
```
97+
```bash
98+
sbt test
99+
```
100100

101101
## Contributing
102102

0 commit comments

Comments
 (0)