Skip to content

Commit 2f2e659

Browse files
authored
Merge pull request #183 from adobe/shanejbrown-patch-1
Update README.rst
2 parents 00f53da + 8377e4d commit 2f2e659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To run Buildrunner using an example configuration file, follow these steps from
2020

2121
.. code-block:: sh
2222
23-
./run-buildrunner.sh examples/build/basic/buildrunner.yaml
23+
./run-buildrunner.sh -f examples/build/basic/buildrunner.yaml
2424
2525
Adding a New Example Configuration File
2626
=======================================
@@ -44,4 +44,4 @@ Following these best practices ensures consistency, maintainability, and ease of
4444
Excluding Example Configuration Files from Unit Tests
4545
=====================================================
4646

47-
To exclude an example configuration file from unit tests, add the file path to the ``excluded_example_files`` list in ``tests/test_buildrunner_files.py``.
47+
To exclude an example configuration file from unit tests, add the file path to the ``excluded_example_files`` list in ``tests/test_buildrunner_files.py``.

0 commit comments

Comments
 (0)