Skip to content

Commit

Permalink
imporve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Winterreisender committed Apr 14, 2024
1 parent 03466f3 commit 941a98e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ A Node.js binding and wrapper for [webview](https://github.com/webview/webview),

1. Prerequisites

Common: `Node.js >= 12`, CMake (you can install via `winget install Kitware.CMake`, `apt install cmake` or `brew install cmake`, please reopen your console after the installation)
Windows: [Webview 2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/), Visual Studio Build Tools
Linux: [webkitgtk2](https://webkitgtk.org/), gcc
macOS: XCode
- Common: `Node.js >= 12`, CMake (you can install it by `winget install Kitware.CMake`, `apt install cmake` or `brew install cmake`, please reopen your console after the installation)
- Windows: [Webview 2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/), Visual Studio Build Tools or Visual Studio with C++ support
- Linux: [webkitgtk2](https://webkitgtk.org/), gcc
- macOS: XCode


2. Install webview-nodejs
Expand Down Expand Up @@ -51,15 +51,15 @@ For more examples like interacting between Node.js and webview and more detailed

- [Tutorial](https://github.com/Winterreisender/webview-nodejs/wiki/Tutorial)
- [API Reference](https://winterreisender.github.io/webview-nodejs/docs/jsdoc/index.html)
- [API Reference (legacy)](https://winterreisender.github.io/webview-nodejs/docs/tsdoc/index.html)
- [Examples](https://github.com/Winterreisender/webview-nodejs/tree/master/test/)
- [webview.dev](https://webview.dev/)
- [Limitations and Workarounds](https://github.com/Winterreisender/webview-nodejs/wiki/Limitations-and-Workarounds)


## Contribution

All suggestions, pull requests, issues, discussions and other contributions are welcome and appreciated.
All suggestions, pull requests, issues, discussions and other contributions are welcome and appreciated.
[![](https://opencollective.com/Winterreisender/webview-nodejs.svg?width=890&button=false)](https://github.com/Winterreisender/webview-nodejs/graphs/contributors)

## License

Expand Down

0 comments on commit 941a98e

Please sign in to comment.