We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1c19a commit 613f236Copy full SHA for 613f236
1 file changed
README.md
@@ -20,9 +20,9 @@
20
[download-image]: https://img.shields.io/npm/dm/egg-core.svg?style=flat-square
21
[download-url]: https://npmjs.org/package/egg-core
22
23
-A core Pluggable framework based on [koa](https://github.com/koajs/koa)
+A core Pluggable framework based on [koa](https://github.com/koajs/koa).
24
25
-**Don't use it directly, see [egg]**
+**Don't use it directly, see [egg].**
26
27
## Usage
28
@@ -71,7 +71,7 @@ app.ready(() => app.listen(3000));
71
72
## EggLoader
73
74
-EggLoader can easily load files or directories in your [egg]** project. In addition, you can customize the loader with low level APIs.
+EggLoader can easily load files or directories in your [egg] project. In addition, you can customize the loader with low level APIs.
75
76
### constructor
77
0 commit comments