Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

typo #24

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion section/02_code_management_and_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"main": "./lib/echo.js"
}

以上例子中分类存放了不同类型的文件,并通过`node_moudles`目录直接使用三方包名加载模块。此外,定义了`package.json`之后,`node-echo`目录也可被当作一个包来使用。
以上例子中分类存放了不同类型的文件,并通过`node_modules`目录直接使用三方包名加载模块。此外,定义了`package.json`之后,`node-echo`目录也可被当作一个包来使用。

### NPM

Expand Down