diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0169c16..6f6c943 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -45,6 +45,8 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Cache go module uses: actions/cache@v2 diff --git a/README.md b/README.md index b23adb4..0e1500a 100644 --- a/README.md +++ b/README.md @@ -175,12 +175,16 @@ func main() { #### [Web3.Storage](https://web3.storage) -Web3.Storage is a service to make building on top of Filecoin as easy as + + +Web3.Storage is a service to make building on top of Filecoin as simple as possible - giving the developers the power of open, distributed networks via a friendly JS client library. Behind the scenes, Web3.Storage is backed by Filecoin and makes content available via IPFS leveraging the unique properties of each network. + + ##### How to enable Command-line: