Skip to content

Commit 67b2b7c

Browse files
committed
Remove backquotes from packagejson lino
1 parent a28556c commit 67b2b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/01-node-yarn-package-json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Since it [came out](https://code.facebook.com/posts/1840075619545360) in October
3535

3636
## `package.json`
3737

38-
> 💡 `**[package.json](https://yarnpkg.com/en/docs/package-json)**` is the file used to describe and configure your JavaScript project. It contains general information (your project's name, version, contributors, license, etc), configuration for tools you use, and even a section to run tasks.
38+
> 💡 **[package.json](https://yarnpkg.com/en/docs/package-json)** is the file used to describe and configure your JavaScript project. It contains general information (your project's name, version, contributors, license, etc), configuration for tools you use, and even a section to run tasks.
3939
4040
- Create a new folder to work in, and `cd` in it.
4141
- Run `yarn init` and answer the questions (`yarn init -y` to skip all questions), to generate a `package.json` file automatically.

0 commit comments

Comments
 (0)