Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zafs23 authored Oct 5, 2024
1 parent b80c010 commit 2a226dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before running the server, have Go and Git installed on your machine. The proje
To set up the project, clone the repositoy to your local machine:
```
git clone https://github.com/zafs23/Go-Server.git
cd Go-Server
cd Go-Server/task-server
```
Then, run the server using:
```
Expand Down Expand Up @@ -47,5 +47,5 @@ The server processes the task requests in parallel. It can accept and start proc
#### Testing
To execute the automated tests, run the following command from the project directory:
```
go test ./test/...
go test -v ./test/...
```

0 comments on commit 2a226dd

Please sign in to comment.