diff --git a/.gitignore b/.gitignore
index abd8245..19eb4cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
filestore
-config.yml
\ No newline at end of file
+config.yml
+data
+bin
\ No newline at end of file
diff --git a/README.md b/README.md
index c804bc8..8d81e50 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-[![ipfsd](https://sia.tech/assets/banners/sia-banner-ipfsd.png)](http://sia.tech)
+[![ipfsd](https://sia.tech/assets/banners/sia-banner-fsd.png)](http://sia.tech)
-# ipfsd
+# fsd
+[![GoDoc](https://godoc.org/go.sia.tech/fsd?status.svg)](https://godoc.org/go.sia.tech/fsd)
+
-[![GoDoc](https://godoc.org/go.sia.tech/ipfsd?status.svg)](https://godoc.org/go.sia.tech/ipfsd)
-
-IPFS gateway backed by `renterd` storage.
+> **fsd** _(interplanetary **f**ile **s**ystem **d**aemon)_ is an IPFS daemon that stores blocks on Sia via `renterd`.
## usage
```sh
# calculate the CID of the Bored Ape 0 image
-curl -X POST --data-binary @api0.png http://localhost:8001/api/cid/calculate
+curl -X POST --data-binary @ape0.png http://localhost:8001/api/cid/calculate
# Upload Bored Ape 0 image
curl -X POST --data-binary @ape0.png http://localhost:8001/api/upload/QmRRPWG96cmgTn2qSzjwr2qvfNEuhunv6FNeMFGa9bx6mQ
"QmRRPWG96cmgTn2qSzjwr2qvfNEuhunv6FNeMFGa9bx6mQ"
@@ -19,4 +19,4 @@ curl http://localhost:8080/ipfs/QmRRPWG96cmgTn2qSzjwr2qvfNEuhunv6FNeMFGa9bx6mQ
## todo
-- [ ] directory support, eg: ipfs://CID/images/cat.png, ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/0
+- [ ] IPLD / directory support, eg: ipfs://CID/images/cat.png, ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/0
diff --git a/example.yml b/example.yml
index 3c0f9a8..7697599 100644
--- a/example.yml
+++ b/example.yml
@@ -9,4 +9,4 @@ ipfs:
gatewayAddress: :8080 # gateway URL
listenAddresses:
- /ip4/0.0.0.0/tcp/4001 # the listen address for bitswap. Since no announce addresses are configured, no bits will be swapped
- fetchRemote: true # true if you want to download files that aren't pinned
\ No newline at end of file
+ fetchRemote: true # true if you want to download files that aren't pinned