Skip to content

Commit d04d2be

Browse files
authored
Merge pull request #33 from SebTM/improve_docs
Fix doc to not quote boolean
2 parents 7f54d52 + 057525e commit d04d2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Make sure to allow connections over http to composer (if using localhost) by add
3333
{
3434
...
3535
"config": {
36-
"secure-http": "false"
36+
"secure-http": false
3737
}
3838
}
3939

0 commit comments

Comments
 (0)