File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1616We 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
You can’t perform that action at this time.
0 commit comments