diff --git a/doc/source/getting-started/example.rst b/doc/source/getting-started/example.rst index 9a9291b53..d8894d69f 100644 --- a/doc/source/getting-started/example.rst +++ b/doc/source/getting-started/example.rst @@ -16,14 +16,14 @@ presented in :ref:`runcard`, we can use this runcard. actions: - id: resonator high power high amplitude - priority: 0 - operation: resonator_spectroscopy - parameters: - freq_width: 10_000_000 - freq_step: 100_000 - amplitude: 0.4 - power_level: high - nshots: 1024 + priority: 0 + operation: resonator_spectroscopy + parameters: + freq_width: 10_000_000 + freq_step: 100_000 + amplitude: 0.4 + power_level: high + nshots: 1024 More examples of runcards are available on `Github `_ .