Skip to content

Commit 46dc108

Browse files
authored
Merge pull request TheWaWaR#100 from pferrucci/patch-1
2 typos in README.md
2 parents b6accc8 + 2b28189 commit 46dc108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ simple-http-server -h
7171
- [x] Specify running threads
7272
- [x] Specify root directory
7373
- [x] Pretty log
74-
- [x] Nginx like directory view (directory entries, link, filesize, modfiled date)
74+
- [x] Nginx like directory view (directory entries, link, filesize, modified date)
7575
- [x] Breadcrumb navigation
7676
- [x] (default enabled) Guess mime type
7777
- [x] (default enabled) HTTP cache control
@@ -84,7 +84,7 @@ simple-http-server -h
8484
- [x] (default disabled) Upload file
8585
- A CSRF token is generated when upload is enabled and must be sent as a parameter when uploading a file
8686
- [x] (default disabled) HTTP Basic Authentication (by username:password)
87-
- [x] Sort by: filename, filesize, modifled
87+
- [x] Sort by: filename, filesize, modified date
8888
- [x] HTTPS support
8989
- [x] Content-Encoding: gzip/deflate
9090
- [x] Added CORS headers support

0 commit comments

Comments
 (0)