diff --git a/README.md b/README.md index ba6fb68..3cdc3c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +

@@ -66,14 +67,27 @@ return [ ]; ``` -Now you can use the ```IPFS``` Facade! - +Now you can use the ```IPFS``` Facade! +Sample Controller - DemoIPFSController ```php -$fileHash = IPFS::add($collectible->get(), $fileName, ['only-hash' => true])['Hash']; +