Improve grammar and clarity

This commit is contained in:
George Lacey 2021-05-08 13:27:18 +01:00
parent 2a8cade317
commit 67643b4ad0

View File

@ -4,8 +4,8 @@ Supersedes my previous project [borg-manager](https://github.com/georgelacey/bor
## Summary ## Summary
Borg web consists of two components, a client 'borg-client' and [Django](https://www.djangoproject.com/) web server 'borgweb', Borg web consists of two components, a client 'borg-client' and [Django](https://www.djangoproject.com/) web server 'borgweb',
json output from borg create is piped to the client, which sends it to the web server. when json output from borg create is piped to the client, it is sent to the web server.
If no json is output, an error is assumed, which is then logged. If no json is output an error is assumed, which is then logged.
## Features: ## Features:
* Parses json output from 'borg create --json' * Parses json output from 'borg create --json'