From 3ad264df2a7b41ff73590bf2d3002631a51daa04 Mon Sep 17 00:00:00 2001 From: Buzurg Arjmandi <57298613+b-zurg@users.noreply.github.com> Date: Mon, 13 Apr 2020 18:21:33 +0300 Subject: [PATCH] docs: clean up README wording (#1625) * docs: update wording A few wording changes that were more professional to me as well as some formatting consistency with links and project slugs. * Apply suggestions from code review Co-authored-by: Mark Lee --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1df436be2c..276b4e7b3e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ With these goals in mind, under the hood this project uses, among others: * [`electron-rebuild`](https://github.com/electron/electron-rebuild): Automatically recompiles native Node.js modules against the correct Electron version. -* [Electron Packager](https://github.com/electron-userland/electron-packager): +* [Electron Packager](https://github.com/electron/electron-packager): Customizes and bundles your Electron app to get it ready for distribution. # Docs and Usage @@ -85,10 +85,9 @@ For Electron Forge documentation and usage you should check out our website: # FAQ -## How do I use this with `webpack`/`babel`/`typescript`/`random build tool`? +## How do I use this with `webpack`/`babel`/`typescript`/other build tool? -By default, Electron Forge only runs vanilla (i.e., non-compiled) JavaScript, but if you want -to do some fancy build tool stuff you should check out the [plugins](https://www.electronforge.io/config/plugins) +By default, Electron Forge only runs vanilla (i.e., non-compiled) JavaScript, but for typescript, webpack, and other build tool support check out the [plugins](https://www.electronforge.io/config/plugins) section of our docs site. We currently have plugins for Webpack and Electron Compile, and a [template for Webpack](https://www.electronforge.io/templates/webpack-template).