From 4e435e1ac780212fadfda9cc2d00a1d07a6c995d Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 23 Jul 2017 07:32:14 +0200 Subject: [PATCH] doc: update server side section title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ee18f9e..27b2429e5 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ npm publish --registry http://localhost:4873 This will prompt you for user credentials which will be saved on the `verdaccio` server. -##### Server Side Configuration +## Server Side Configuration When you start a server, it auto-creates a config file. For instructions on how to run Verdaccio as a service, with a nice URL or behind a proxy have a look at the [server-side configure document](https://github.com/verdaccio/verdaccio/tree/master/wiki/server.md).