Skip to content

Commit d7a34b8

Browse files
committed
Update README.md
1 parent ecabe52 commit d7a34b8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ https://github.com/iron-meteor/iron-router/issues/1192
99

1010
# Settings
1111
You can add the following settings in your **Meteor Settings Config json File**:
12-
{
13-
'spiderable2': {
14-
'timeout': 1000,
15-
'port': 3000,
16-
'verbose': false
17-
}
12+
```json
13+
{
14+
'spiderable2': {
15+
'timeout': 1000,
16+
'port': 3000,
17+
'verbose': false
1818
}
19+
}
20+
```
1921

2022
# Dependencies
2123
make `apt-get install build-essential`
@@ -37,4 +39,4 @@ I always love contribution so don't be afraid to create pull requests!
3739

3840
# Forum Thread
3941
Some weeks ago I created a forum topic to discuss missing features of the spiderable package. If you wanna give feedback for this package you obviously can add an answer to the thread:
40-
https://forums.meteor.com/t/what-do-you-miss-in-your-spiderable-package/1971?u=katy_wings
42+
https://forums.meteor.com/t/what-do-you-miss-in-your-spiderable-package/1971?u=katy_wings

0 commit comments

Comments
 (0)