Skip to content

Commit 33612b0

Browse files
amurekicodingjoe
authored andcommitted
Fix missing docs link, wording adjustment (#85)
1 parent b270658 commit 33612b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Features
1515
- lightweight: less 200 lines
1616
- no JavaScript or Python dependencies (no jQuery)
1717
- easy integration
18-
- works just like the build-in
18+
- works just like the built-in
1919

2020
Installation
2121
------------
@@ -91,14 +91,14 @@ to your CORS policy.
9191
Uploading multiple files
9292
~~~~~~~~~~~~~~~~~~~~~~~~
9393

94-
Django does have limited `support to uploaded multiple files`_. S3File
94+
Django does have limited support for `uploading multiple files`_. S3File
9595
fully supports this feature. The custom middleware makes ensure that
96-
files are accessible via ``request.FILES``, even thogh they have been
96+
files are accessible via ``request.FILES``, even though they have been
9797
uploaded to AWS S3 directly and not to your Django application server.
9898

9999
.. _Amazon S3 storage: http://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html
100100
.. _setup expiration: http://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html
101-
.. _support to uploaded multiple files: https://docs.djangop
101+
.. _uploading multiple files: https://docs.djangoproject.com/en/stable/topics/http/file-uploads/#uploading-multiple-files
102102

103103
.. |PyPi Version| image:: https://img.shields.io/pypi/v/django-s3file.svg
104104
:target: https://pypi.python.org/pypi/django-s3file/
@@ -107,4 +107,4 @@ uploaded to AWS S3 directly and not to your Django application server.
107107
.. |Test Coverage| image:: https://codecov.io/gh/codingjoe/django-s3file/branch/master/graph/badge.svg
108108
:target: https://codecov.io/gh/codingjoe/django-s3file
109109
.. |GitHub license| image:: https://img.shields.io/badge/license-MIT-blue.svg
110-
:target: https://raw.githubusercontent.com/codingjoe/django-s3file/master/LICENSE
110+
:target: https://raw.githubusercontent.com/codingjoe/django-s3file/master/LICENSE

0 commit comments

Comments
 (0)