We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cd05b commit 5ee687bCopy full SHA for 5ee687b
README.md
@@ -57,7 +57,7 @@ Declare the top-level `graphdb` class and set up an instance:
57
58
```puppet
59
# Since 10.0.0, "edition" paramater is useless.
60
-class{ 'graphdb':
+class { 'graphdb':
61
version => '10.0.0',
62
}
63
@@ -71,7 +71,7 @@ graphdb::instance { 'graphdb-instance':
71
Declare the top-level `graphdb` class and set up an instance:
72
73
74
75
version => '9.10.2',
76
edition => 'se',
77
0 commit comments