Skip to content

Commit

Permalink
Merge pull request #266 from maxg203/patch-1
Browse files Browse the repository at this point in the history
Fix README typos
  • Loading branch information
ZuluPro committed Oct 2, 2017
2 parents 90ec9de + 675c00e commit 7f3cbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Django Database Backup

This Django application provides management commands to help backup and
restore your project database and media files with various storages such as
Amazon S3, DropBox, local file storage or any Django storage.
Amazon S3, Dropbox, local file storage or any Django storage.

It is made for:

- Ensure yours backup with GPG signature and encryption
- Ensure your backup with GPG signature and encryption
- Archive with compression
- Deal easily with remote archiving
- Great to keep your development database up to date.
Expand Down Expand Up @@ -126,7 +126,7 @@ Backup media files by get them one by one, include in a TAR file. ::
mediarestore
------------

Restore media files ftom storage backup to your media storage. ::
Restore media files from storage backup to your media storage. ::

Usage: ./manage.py mediarestore [options]
Expand Down

0 comments on commit 7f3cbb2

Please sign in to comment.