summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index fb9a82f..94c2377 100644
--- a/README.rst
+++ b/README.rst
@@ -85,20 +85,20 @@ Run the following to boot the iso using BIOS:
.. code:: bash
- run_parabolaiso -i path/to/an/parabola.iso
+ run_parabolaiso -i path/to/a/parabola.iso
Run the following to boot the iso using UEFI:
.. code:: bash
- run_parabolaiso -u -i path/to/an/parabola.iso
+ run_parabolaiso -u -i path/to/a/parabola.iso
The script can of course also be executed from this repository:
.. code:: bash
- ./scripts/run_parabolaiso.sh -i path/to/an/parabola.iso
+ ./scripts/run_parabolaiso.sh -i path/to/a/parabola.iso
Installation
============