Skip to content

Commit cc7acfe

Browse files
Merge pull request amitshekhariitbhu#5 from RezaRahemtola/patch-1
fix(README): Useless dollars before promps
2 parents b336056 + 2eb409e commit cc7acfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ We can run this Go Backend Clean Architecture project with or without Docker. He
7171

7272
```bash
7373
# Move to your workspace
74-
$ cd your-workspace
74+
cd your-workspace
7575

7676
# Clone this project into your workspace
77-
$ git clone https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git
77+
git clone https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git
7878

7979
# Move to the project root directory
80-
$ cd go-backend-clean-architecture
80+
cd go-backend-clean-architecture
8181
```
8282

8383
#### Run without Docker
@@ -308,7 +308,7 @@ Whenever you make changes in the interfaces of these use-cases, repositories, or
308308
- Add more test cases.
309309
- Always try to update with the latest version of the packages used.
310310

311-
## If this project helps you in anyway, show your love :heart: by putting a :star: on this project :v:
311+
## If this project helps you in anyway, show your love ❤️ by putting a on this project ✌️
312312

313313
### License
314314

0 commit comments

Comments
 (0)