Skip to content

Commit 80f06cf

Browse files
YOU54Fsergeyklay
authored andcommitted
chore(docs): correct table
1 parent c70573c commit 80f06cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ assert success == 0
486486

487487
The parameters for this differ slightly in naming from their CLI equivalents:
488488
| CLI | native Python | notes |
489-
|-----------------|-------------------------------------------------------------------------------------------------|
489+
|-----------------|-------------------------------------------------------------------------------------------------|----|
490490
| `--log-dir` | `log_dir` ||
491491
| `--log-level` | `log_level` ||
492492
| `--provider-app-version` | `provider_app_version` ||
@@ -502,9 +502,9 @@ The parameters for this differ slightly in naming from their CLI equivalents:
502502

503503
You can see more details in the examples
504504

505-
- [`examples/message/tests/provider/test_message_provider.py`](`examples/message/tests/provider/test_message_provider.py`)
506-
- [`examples/flask_provider/tests/provider/test_provider.py`](`examples/flask_provider/tests/provider/test_provider.py`)
507-
- [`examples/fastapi_provider/tests/provider/test_provider.py`](`examples/fastapi_provider/tests/provider/test_provider.py`)
505+
- [`examples/message/tests/provider/test_message_provider.py`](examples/message/tests/provider/test_message_provider.py)
506+
- [`examples/flask_provider/tests/provider/test_provider.py`](examples/flask_provider/tests/provider/test_provider.py)
507+
- [`examples/fastapi_provider/tests/provider/test_provider.py`](examples/fastapi_provider/tests/provider/test_provider.py)
508508

509509
### Provider States
510510
In many cases, your contracts will need very specific data to exist on the provider

0 commit comments

Comments
 (0)