Skip to content

Commit d0ff74e

Browse files
chore: update rendering of message in DEVELOPER.md (#53)
1 parent a1f7b1c commit d0ff74e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DEVELOPER.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Below are the details to set up a development environment and run tests.
1717
pip install -e .
1818
```
1919
1. Make code changes and contribute to the SDK's development.
20-
> [!TIP] Using `-e` option allows you to make changes to the SDK code and have
20+
> [!TIP]
21+
> Using `-e` option allows you to make changes to the SDK code and have
2122
> those changes reflected immediately without reinstalling the package.
2223
2324
## Test
@@ -33,4 +34,4 @@ Below are the details to set up a development environment and run tests.
3334

3435
```bash
3536
pytest
36-
```
37+
```

0 commit comments

Comments
 (0)