Skip to content

Commit 855e357

Browse files
committed
valid javascript in README.md
1 parent 9be4fed commit 855e357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ On the frontend:
3636

3737
Other options and their default values:
3838
```javascript
39+
{
3940
tmpDir: '/tmp',
4041
maxPostSize: 11000000000, // 11 GB
4142
minFileSize: 1,
@@ -55,6 +56,7 @@ Other options and their default values:
5556
allowOrigin: '*',
5657
allowMethods: 'OPTIONS, HEAD, GET, POST, PUT, DELETE'
5758
}
59+
}
5860
```
5961

6062
## License

0 commit comments

Comments
 (0)