Skip to content

Commit 8be8c48

Browse files
committed
doc: Update README.md
1 parent 75ee335 commit 8be8c48

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

core/README-zh.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default Demo
135135
\```
136136
```
137137

138-
## Development
138+
## 开发
139139

140140
```bash
141141
npm install # Install dependencies
@@ -144,6 +144,17 @@ npm run hoist # Install sub packages dependencies
144144
npm run watch:loader
145145
npm run start
146146
```
147+
148+
## 贡献者
149+
150+
一如既往,感谢我们出色的贡献者!
151+
152+
<a href="https://github.com/kktjs/markdown-react-code-preview-loader/graphs/contributors">
153+
<img src="https://kktjs.github.io/markdown-react-code-preview-loader/CONTRIBUTORS.svg" />
154+
</a>
155+
156+
[action-contributors](https://github.com/jaywcjlove/github-action-contributors) 生成。
157+
147158
### License
148159

149160
Licensed under the MIT License.

core/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,17 @@ npm run hoist # Install sub packages dependencies
144144
npm run watch:loader
145145
npm run start
146146
```
147+
148+
## Contributors
149+
150+
As always, thanks to our amazing contributors!
151+
152+
<a href="https://github.com/kktjs/markdown-react-code-preview-loader/graphs/contributors">
153+
<img src="https://kktjs.github.io/markdown-react-code-preview-loader/CONTRIBUTORS.svg" />
154+
</a>
155+
156+
Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors).
157+
147158
### License
148159

149160
Licensed under the MIT License.

0 commit comments

Comments
 (0)