doc: mark this package experimental instead of WIP (#30)
We're at a point where this package works pretty well and users should consider using it. This commit was moved from ipfs/go-ipfs-http-client@3e8506bbecd9b77ae30d04c7b997d9d612654beb
Steven Allen committed
Aug 30, 2019 at 18:44 UTC
b6b2ae355bf86c4859f234240b44b35656685ece
1 file changed
+4
-1
client/httpapi/README.md
+4
-1
@@ -8,7 +8,10 @@
8
9
> IPFS CoreAPI implementation using HTTP API
10
11
-This project is WIP, use https://github.com/ipfs/go-ipfs-api for now
11
+This package is experimental and subject to change. If you need to depend on
12
+something less likely to change, please use
13
+[go-ipfs-api](https://github.com/ipfs/go-ipfs-api). If you'd like the latest and
14
+greatest features, please use _this_ package.
15
16
## Documentation
17