Skip to content

Commit

Permalink
docs: clean up README wording (#1625)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
b-zurg and malept authored Apr 13, 2020
1 parent c8e301a commit 3ad264d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

Expand Down

0 comments on commit 3ad264d

Please sign in to comment.