From 04a9b54b8d9efab27b2271961368c477b6b8cf0d Mon Sep 17 00:00:00 2001 From: Bane Sullivan Date: Mon, 1 Feb 2021 11:17:14 -0700 Subject: [PATCH] Change usage instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 681f9a6..21e88e2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ the local filesystem. ## Usage ``` -simple-http /my/mount/dir +python -m simple_httpfs /my/mount/dir curl /my/mount/dir/http/slashdot.org/country.js.. ```