From d74e19b13dabef2a78119f8245ffbe5658d88d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=8Calu=C5=A1i=C4=87?= Date: Sat, 5 Nov 2016 19:00:31 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cfe9df..64890ea 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ [![License](https://img.shields.io/badge/license-BSD%20%282--Clause%29-003262.svg?maxAge=2592000)](https://github.com/zcalusic/restic-server/blob/master/LICENSE) [![Powered by](https://img.shields.io/badge/powered_by-Go-5272b4.svg?maxAge=2592000)](https://golang.org/) -Restic Server is a sample server that implements restic's REST backend API. -It has been developed for demonstration purpose and is not intended to be used in production. +Restic Server is a sample server that implements restic's REST backend API. It has been developed for demonstration +purpose and is not intended to be used in production. ## Getting started -By default the server persists backup data in `/tmp/restic`. -Build and start the server with a custom persistence directory: +By default the server persists backup data in `/tmp/restic`. Build and start the server with a custom persistence +directory: ``` go install