Skip to content

Commit

Permalink
minor update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 22, 2024
1 parent b5c1611 commit f82c7c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ This graph shows the performance comparison between Treds - ZRangeScoreKeys and
To run server run the following command on repository root

```text
export TREDS_PORT=7777
go run main.go -port 7777
export TREDS_PORT=7997
go run main.go -port 7997
```

Using docker
Expand All @@ -128,8 +128,8 @@ For CLI run the following command in the `client` folder in the repo

```text
cd ./client
export TREDS_PORT=7777
go run main.go -port 7777
export TREDS_PORT=7997
go run main.go -port 7997
```

`Default Port of Treds is 7997`
Expand Down

0 comments on commit f82c7c6

Please sign in to comment.