summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71cd850..b50ba20 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ running ad-hoc commands.
## Example configuration
```yaml
-version: v2
+version: v3
base: debian:jessie
apt:
packages: [libjpeg, libyaml]
@@ -69,7 +69,7 @@ In the example configuration, the `test` variant when expanded effectively
becomes:
```yaml
-version: v2
+version: v3
base: debian:jessie
apt:
packages: [libjpeg, libyaml, libjpeg-dev, libyaml-dev, chromium]