Browse Source

README: fix a typo

Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
Antoine Tenart 5 years ago
parent
commit
988223f321
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -2,4 +2,4 @@
 
 Serve is a stupid simple program to share files and directories over http from
 the command line. It is written in Go and can also be used to stream videos or
-big files, where Pyhton's SimpleHTTPServer can't.
+big files, where Python's SimpleHTTPServer can't.