Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ functions which apply full rsync functionality through Python.

The original rsync specification calls for the use of an MD5 hash, which
the developers of this module considers to be outdated, and thus all
occurences of MD5 have been replaced with SHA256. Personally, I would
occurrences of MD5 have been replaced with SHA256. Personally, I would
opt for using SHA512, but this would double the storage size for hash
table databases. SHA256 is sufficient to meet standard security
requirements for verification processes as of this release, although,
eventually, added functionality for the user/developer to choose between
various hashes should be considered for further releases.

The majority of the code for this module is taken from [Eric Pruitt's
post at ActiveState] [2]. It was orginally licensed under an [MIT license]
[3], and this license has been kept wthout modifications.
post at ActiveState] [2]. It was originally licensed under an [MIT license]
[3], and this license has been kept without modifications.

## Installation
--------------------------------
Expand Down