Skip to content

Commit 0b35ae4

Browse files
committed
fix typo
1 parent d204ae6 commit 0b35ae4

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,21 @@ include:
8181
8282
To run your connector outside of Docker first go into the connector directory:
8383
84-
`cd app/connector/python`
84+
```bash
85+
cd app/connector/python
86+
```
8587

8688
Install the requirements:
8789

88-
`pip3 install -r requirements.txt`
90+
```bash
91+
pip3 install -r requirements.txt`
92+
```
8993

9094
Then run the connector locally:
9195

92-
`ddn connector setenv --connector connector.yaml -- python3 functions.py serve`
96+
```bash
97+
ddn connector setenv --connector connector.yaml -- python3 functions.py serve
98+
```
9399

94100
## Documentation
95101

0 commit comments

Comments
 (0)