Skip to content

Commit eb3f4b0

Browse files
authored
Update README.md
1 parent bf301a1 commit eb3f4b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A simple connector using [NestJS](https://github.com/nestjs/nest) framework to c
1010

1111
**This Bridge connector is deprecated and will no longer be maintained.**
1212

13-
This connector uses Bridge API v2, while Bridge has migrated to API v3 with significant changes and improvements.
13+
*This connector uses Bridge API v2, while Bridge has migrated to API v3 with significant changes.*
1414
[View Bridge's migration guide →](https://docs.bridgeapi.io/docs/migration-guide-from-2021-to-2025-version)
1515

1616
We recommend migrating to one of the following modern alternatives based on your needs:
@@ -115,7 +115,7 @@ Clone the repository:
115115
$ git clone https://github.com/algoan/nestjs-bridge-connector.git --depth=1
116116
```
117117

118-
Install all dependencies running:
118+
Install all dependencies, by running:
119119

120120
```bash
121121
$ npm i -g @nestjs/cli
@@ -194,7 +194,7 @@ If you use a Docker environment, you can pull the latest version of the connecto
194194
$ docker pull algoan/nestjs-bridge-connector
195195
```
196196

197-
Then run the application:
197+
Then, run the application:
198198

199199
```bash
200200
$ docker run -p 8080:8080 algoan/nestjs-bridge-connector

0 commit comments

Comments
 (0)