docs: update README.md

This commit is contained in:
itsKaynine
2023-03-19 03:17:50 +07:00
parent c1589d263a
commit e6b6118d07

View File

@@ -8,7 +8,7 @@
You can download pre-compiled binaries from the [releases](https://github.com/itsKaynine/electron-injector/releases) page and add the binary to your `PATH` environment variable.
Alternatively, you can install electron-injector using Cargo, Rust's package manager.
Alternatively, you can install `electron-injector` using Cargo, Rust's package manager.
```bash
$ cargo install electron-injector
@@ -16,7 +16,7 @@ $ cargo install electron-injector
### Usage
To use electron-injector, simply specify the path to the Electron app and the JavaScript file that you want to inject.
To use `electron-injector`, simply specify the path to the Electron app and the JavaScript file that you want to inject.
```bash
$ electron-injector --script=/path/to/script.js /path/to/electron/app