Fix markup in README.rst

Github generated wrong markup, because of a few whitespace errors.
This patch fixes the rst markup of the README.rst file.
This commit is contained in:
Stefan Tatschner 2016-01-18 16:30:27 +01:00
parent 735fe557e2
commit 897c763a5b
1 changed files with 29 additions and 34 deletions

View File

@ -30,20 +30,15 @@ Main features
Compared to other deduplication approaches, this method does NOT depend on:
* file/directory names staying the same
* file/directory names staying the same: So you can move your stuff around
without killing the deduplication, even between machines sharing a repo.
So you can move your stuff around without killing the deduplication,
even between machines sharing a repo.
* complete files or time stamps staying the same: If a big file changes a
little, only a few new chunks need to be stored - this is great for VMs or
raw disks.
* complete files or time stamps staying the same
If a big file changes a little, only a few new chunks will be stored -
this is great for VMs or raw disks.
* the absolute position of a data chunk inside a file
Stuff may get shifted and will still be found by the deduplication
algorithm.
* The absolute position of a data chunk inside a file: Stuff may get shifted
and will still be found by the deduplication algorithm.
**Speed**
* performance critical code (chunking, compression, encryption) is