From 9a83c2ba5626054f484806e480afebfccbdbb5ab Mon Sep 17 00:00:00 2001 From: James Heal <790364833@qq.com> Date: Fri, 7 Jul 2023 20:48:03 +0800 Subject: [PATCH] docs: readme meta link (#10) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 33a1ac5..04f6a34 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ - [1. Install the SDK.](#1-install-the-sdk) - [2. Import and init the GoTrading SDK.](#2-import-and-init-the-gotrading-sdk) - [3. Fulfill Listings](#3-fulfill-listings) + - [Questions \& Feedback](#questions--feedback) + - [License](#license) ## Introduction @@ -148,3 +150,19 @@ async function demo() { console.log('success'); } ``` + +## Questions & Feedback + +> If you have any questions, issues, or feedback, please file an issue on GitHub, or drop us a message on our [Discord][discord-url] channel for the SDK. + +## License + +This project is licensed under the [BSD-3-Clause license](LICENSE). + + + + +[discord-image]: https://img.shields.io/discord/1040195071401787413?color=brightgreen&label=Discord&logo=discord&logoColor=blue +[discord-url]: https://discord.gg/nftgo +[twitter-image]: https://img.shields.io/twitter/follow/NFTGo?label=NFTGo&style=social +[twitter-url]: https://twitter.com/NFTGoDevs