From a9448aa1acd4a59c9f72ef78fcd04633b2a252f4 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Wed, 22 Aug 2018 10:29:18 +0200 Subject: [PATCH] fix/ typo README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f50f876f..ce2a5c0d4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You can desactivate "Developer Tools" by commenting `win.webContents.openDevTool ## You want to use a specific lib (like rxjs) in electron main thread ? -You can to this! Just by importing your library in npm dependencies (not devDependencies) with `npm install --save`. It will be loaded by electron during build phase and added to the final package. Then use your librairy by importing it in `main.ts` file. Easy no ? +You can to this! Just by importing your library in npm dependencies (not devDependencies) with `npm install --save`. It will be loaded by electron during build phase and added to the final package. Then use your library by importing it in `main.ts` file. Easy no ? ## Browser mode