Aqua README: fix markdown

This commit is contained in:
folex 2021-07-21 20:20:09 +03:00 committed by GitHub
parent 4bd3f33599
commit 3e0990c222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
## Aqua API of IPFS-adapter
# Aqua API of IPFS-adapter
Public API is defined in [ipfs-api.aqua](/aqua/ipfs-api.aqua).
ipfs-adapter service API is defined in [ipfs.aqua](/aqua/ipfs.aqua).
### How to use Aqua API in TypeScript
## How to use Aqua API in TypeScript
There's a simple example in [demo.ts](/aqua/typescript/demo.ts)
## Run demo.ts example on TestNet
### Run demo.ts example on TestNet
While in `aqua` directory, `npm start` will run `demo.ts` against Fluence TestNet
### Run demo.ts example locally