From a2264ee0327d1cec0c7f7ea6466073ac9e7cd5e9 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Wed, 26 Feb 2014 15:24:45 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c834350..1ebbfd0 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To store per-project options, saving you the hassle of inputting them everytime, Or in a `.local-web-server.json` file stored in the directory you want to serve (typically the root folder of your site): ```json { - "port": 8100 + "port": 8100, "log-format": "tiny" } ```