From 16b4d50762011821f7d9ac2b7dd0121111c1e1ab Mon Sep 17 00:00:00 2001 From: joshua bauer Date: Wed, 10 May 2017 18:30:01 -0700 Subject: [PATCH] README formatting changes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 715029d..da5ad9a 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ A great deal of inspiration came from working with the following excellent proje - ##### AssetsService - The AssetsService mounts an asset directory at a given path and is configured in your ```application.conf``` file. - The default configuration: - ```js + ``` assets { # the base path assets will be server from path = "/public" @@ -197,7 +197,7 @@ A great deal of inspiration came from working with the following excellent proje - The SwaggerService generates a swagger-spec file from your endpoints and serves a swagger-ui and spec. - The service is configured in your ```application.conf``` file. - The default configuration: - ```js + ``` swagger { # the path that has an index.html template and theme css files resourcePrefix="io/sinistral/proteus/swagger"