docs: fix readme typo (#5547)

This commit is contained in:
hustcc 2024-03-18 10:29:43 +08:00 committed by GitHub
parent c1063a8ad4
commit 75ea31fda7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -114,7 +114,7 @@ For more ecosystem open-source projects, contributions are welcome. Please feel
## 📮 Contributing
- **Issue Reporting**: If you encounter any issues with G6 during use, please feel free to submit an issue, along with the minimal sample code that can reproduce the problem.
- **Contribution Guide**: Information on how to get involved in the development and contribution to G6.
- **Contribution Guide**: Information on how to get involved in the [development and contribution](./CONTRIBUTING.en-US.md) to G6.
- **Ideas Discussion**: Discuss your ideas on GitHub Discussions or in the DingTalk group.
<div align="center">

View File

@ -61,7 +61,7 @@ $ npm install @antv/g6@next
$ yarn add @antv/g6@next
```
成功安装之后,可以通过 import 导入 Chart 对象。
成功安装之后,可以通过 import 导入 `Graph` 对象。
```html
<div id="container"></div>
@ -113,10 +113,10 @@ graph.render();
## 📮 贡献
- **问题反馈**:使用过程遇到的 G6 的问题,欢迎提交 Issue并附上可以复现问题的最小案例代码。
- **贡献指南**:如何参与到 G6 的开发和贡献。
- **贡献指南**:如何参与到 G6 的[开发和贡献](./CONTRIBUTING.md)
- **想法讨论**:在 GitHub Discussion 上或者钉钉群里面讨论。
<div align="center">
<div>
<img src="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*CQoGSoFBzaUAAAAAAAAAAAAADmJ7AQ/fmt.webp" height="256" />
<img src="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*yXJGSY8RC68AAAAAAAAAAAAADmJ7AQ/fmt.webp" height="256" />
</div>