Skip to content

Commit 5ee687b

Browse files
authored
Update README.md
1 parent 73cd05b commit 5ee687b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Declare the top-level `graphdb` class and set up an instance:
5757

5858
```puppet
5959
# Since 10.0.0, "edition" paramater is useless.
60-
class{ 'graphdb':
60+
class { 'graphdb':
6161
version => '10.0.0',
6262
}
6363
@@ -71,7 +71,7 @@ graphdb::instance { 'graphdb-instance':
7171
Declare the top-level `graphdb` class and set up an instance:
7272

7373
```puppet
74-
class{ 'graphdb':
74+
class { 'graphdb':
7575
version => '9.10.2',
7676
edition => 'se',
7777
}

0 commit comments

Comments
 (0)