Skip to content

Commit 290044f

Browse files
committed
Formatting readme.
1 parent c5da2d8 commit 290044f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ does not have any awareness of Mojo source or package structure, `pytest` is ext
6464

6565
5. Mojo binary packages are also supported with `--mojo-include`. For example, this could be used in a CI/CD script:
6666

67-
```shell
68-
$ mojo package example_src/my_package -o build/my_package.mojopkg # or .📦
69-
$ pytest --mojo-include build/ example_tests/
70-
...
71-
... (same pytest output as above)
72-
...
73-
```
67+
```shell
68+
$ mojo package example_src/my_package -o build/my_package.mojopkg # or .📦
69+
$ pytest --mojo-include build/ example_tests/
70+
...
71+
... (same pytest output as above)
72+
...
73+
```
7474

7575
See also, the [pytest docs](https://docs.pytest.org) for many more options.
7676

0 commit comments

Comments
 (0)