From 05cbd1c2045e3b311c0befa690c0eeb65f9c1bf7 Mon Sep 17 00:00:00 2001 From: Bane Sullivan Date: Mon, 1 Feb 2021 11:12:35 -0700 Subject: [PATCH] Add PyPI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 681f9a6..fa5deb1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # simple-httpfs +[![PyPI](https://img.shields.io/pypi/v/simple-httpfs.svg?logo=python&logoColor=white)](https://pypi.org/project/simple-httpfs/) + A simple FUSE-based http file system. Read http files as if they were on the local filesystem.