Skip to content

Commit c21808e

Browse files
fix(README.md): remix reference url error (#7128)
Co-authored-by: Belinda Cao <[email protected]>
1 parent f045eab commit c21808e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Thanks to the following friends for their contributions to Modern.js:
7070

7171
## Credits
7272

73-
Some implementations of Modern.js are modified from existing projects, such as [create-react-app](https://github.com/facebook/create-react-app), [remix](https://github.com/vuejs/remix), [jest](https://github.com/facebook/jest) and [bundle-require](https://github.com/egoist/bundle-require). Thanks for them.
73+
Some implementations of Modern.js are modified from existing projects, such as [create-react-app](https://github.com/facebook/create-react-app), [remix](https://github.com/remix-run/remix), [jest](https://github.com/facebook/jest) and [bundle-require](https://github.com/egoist/bundle-require). Thanks for them.
7474

7575
- `@modern-js/bundle-require`: is modified from [bundle-require](https://github.com/egoist/bundle-require).
7676
- `@modern-js/plugin`: the hooks API is referenced from [farrow-pipeline](https://github.com/farrow-js/farrow/tree/master/packages/farrow-pipeline).

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Modern.js 提供了一系列开箱即用的示例项目,你可以在 [modern-j
7070

7171
## Credits
7272

73-
Modern.js 中的部分代码是参考社区中的其他项目实现的,比如 [create-react-app](https://github.com/facebook/create-react-app)[remix](https://github.com/vuejs/remix)[jest](https://github.com/facebook/jest)[bundle-require](https://github.com/egoist/bundle-require) 等,感谢这些项目:
73+
Modern.js 中的部分代码是参考社区中的其他项目实现的,比如 [create-react-app](https://github.com/facebook/create-react-app)[remix](https://github.com/remix-run/remix)[jest](https://github.com/facebook/jest)[bundle-require](https://github.com/egoist/bundle-require) 等,感谢这些项目:
7474

7575
- `@modern-js/bundle-require`:修改自 [bundle-require](https://github.com/egoist/bundle-require)
7676
- `@modern-js/plugin`:hook API 的实现参考了 [farrow-pipeline](https://github.com/farrow-js/farrow/tree/master/packages/farrow-pipeline)

0 commit comments

Comments
 (0)