Skip to content

Commit 613f236

Browse files
m31271ndead-horse
authored andcommitted
docs: fix typo (#147)
1 parent 4f1c19a commit 613f236

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
[download-image]: https://img.shields.io/npm/dm/egg-core.svg?style=flat-square
2121
[download-url]: https://npmjs.org/package/egg-core
2222

23-
A core Pluggable framework based on [koa](https://github.com/koajs/koa)
23+
A core Pluggable framework based on [koa](https://github.com/koajs/koa).
2424

25-
**Don't use it directly, see [egg]**
25+
**Don't use it directly, see [egg].**
2626

2727
## Usage
2828

@@ -71,7 +71,7 @@ app.ready(() => app.listen(3000));
7171

7272
## EggLoader
7373

74-
EggLoader can easily load files or directories in your [egg]** project. In addition, you can customize the loader with low level APIs.
74+
EggLoader can easily load files or directories in your [egg] project. In addition, you can customize the loader with low level APIs.
7575

7676
### constructor
7777

0 commit comments

Comments
 (0)