Skip to content

Commit 1cd8a43

Browse files
committed
fix(readme): updated Readme - to test version bump by semantic-release
1 parent b9ab7be commit 1cd8a43

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ License: [MIT](./LICENSE)
3535
## Table of Contents 📚
3636

3737
- [Features ✨](#features-✨)
38-
- [Running via Docker 🐳](#running-via-docker-🐳)
39-
- [Running Locally 🏃‍♂️](#running-locally-🏃‍♂️)
38+
- [Deployment 🚀](#deployment-🚀)
4039
- [Client SDK 🚀](#client-sdk-🚀)
4140
- [Author 👨‍💻](#author-👨‍💻)
4241
- [Contributing 🤝](#contributing-🤝)
@@ -58,7 +57,9 @@ License: [MIT](./LICENSE)
5857

5958
<hr>
6059

61-
## Running via Docker 🐳
60+
## Deployment 🚀
61+
62+
### Running via Docker 🐳
6263

6364
```bash
6465
docker compose up --build
@@ -75,26 +76,24 @@ services:
7576
- "${PORT:-3000}:3000"
7677
environment:
7778
- PORT=3000
78-
restart: always
79+
restart: unless-stopped
7980
```
8081
81-
<hr>
82-
83-
## Running Locally 🏃‍♂️
82+
### Running Locally 🏃‍♂️
8483
85-
### Installation 🛠️
84+
#### Installation 🛠️
8685
8786
```bash
8887
npm install
8988
```
9089

91-
### Running the Hub
90+
#### Running the Hub
9291

9392
```bash
9493
node src/hub.js
9594
```
9695

97-
### Configuration Example
96+
#### Configuration Example
9897

9998
To change the port, you can set the `PORT` environment variable:
10099

0 commit comments

Comments
 (0)