Browse Source

docs: fix tutorial hyperlink

main
Erick Zhao 3 years ago
committed by GitHub
parent
commit
e86dffc6b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -11,7 +11,7 @@ A basic Electron application needs just these files:
- `index.html` - A web page to render. This is the app's **renderer process**.
- `preload.js` - A content script that runs before the renderer process loads.
You can learn more about each of these components in depth within the [Tutorial](https://electronjs.org/docs/latest/tutorial/tutorial-1-prerequisites).
You can learn more about each of these components in depth within the [Tutorial](https://electronjs.org/docs/latest/tutorial/tutorial-prerequisites).
## To Use

Loading…
Cancel
Save