Skip to content

Commit 3280692

Browse files
committed
Syntax fixes example code
1 parent cfbbfc2 commit 3280692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Puppet module for phpbrew.
1010
$build_parameters = undef,
1111
$php_inis = undef,
1212
$install_dir = '/opt/phpbrew',
13-
)
13+
}
1414

1515

1616
## Configuration
@@ -24,7 +24,7 @@ You can additional define the version (if the name should be different), the bui
2424
'/etc/php5/mods-available/custom.ini'
2525
],
2626
$install_dir => '/opt/custom_dir',
27-
)
27+
}
2828

2929
Default values:
3030

@@ -40,7 +40,7 @@ Default values:
4040

4141
define phpbrew::extension{ 'xdebug':
4242
$php_version = '5.3.27',
43-
)
43+
}
4444

4545
Note the php version is required and the php version must be installed by php brew.
4646

0 commit comments

Comments
 (0)