diff options
Diffstat (limited to 'doc/source/projectconf.rst')
-rw-r--r-- | doc/source/projectconf.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst index 565de3601..e1649de54 100644 --- a/doc/source/projectconf.rst +++ b/doc/source/projectconf.rst @@ -147,12 +147,12 @@ Project Version Format '''''''''''''''''''''' The project's minimum required version of buildstream is specified in -``project.conf`` with the ``required-project-version`` field, e.g. +``project.conf`` with the ``format-version`` field, e.g. .. code:: yaml # The minimum base BuildStream format - required-project-version: 0 + format-version: 0 .. _project_options: |