diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index b3edca05f76..e264453b966 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -124,6 +124,7 @@ Your Electron application uses the `package.json` file as the main entry point ( { "name": "my-electron-app", "version": "0.1.0", + "description": "My Electron app", "main": "main.js" } ```