mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Update generated doc when using service:doc command #174

Closed NicolasMahe closed 4 years ago

NicolasMahe commented 4 years ago

We need to update generated doc when using service:doc command, it is still directing to the marketplace:

### Deploy the Service

To deploy this service, go to [this service page](https://marketplace.mesg.com/services/{{sid}}) on the [MESG Marketplace](https://marketplace.mesg.com) and click the button "get/buy this service".

We need to replace it with the right commands!

Source file: https://github.com/mesg-foundation/js-sdk/blob/master/packages/cli/assets/doc.md#deploy-the-service

NicolasMahe commented 4 years ago

Also need to update the README of the services on guthub

antho1404 commented 4 years ago

fixed by https://github.com/mesg-foundation/js-sdk/pull/237