[docs] Clean up some grammar around ASAR.
This commit is contained in:
parent
0b48c3ea90
commit
2fa0b1117c
2 changed files with 21 additions and 21 deletions
|
@ -30,10 +30,10 @@ your distribution that should be delivered to final users.
|
|||
## Packaging your app into a file
|
||||
|
||||
Apart from shipping your app by copying all its sources files, you can also
|
||||
package your app into [asar](https://github.com/atom/asar) archive to avoid
|
||||
package your app into an [asar](https://github.com/atom/asar) archive to avoid
|
||||
exposing your app's source code to users.
|
||||
|
||||
To use the `asar` archive to replace the `app` folder, you need to rename the
|
||||
To use an `asar` archive to replace the `app` folder, you need to rename the
|
||||
archive to `app.asar`, and put it under atom-shell's resources directory,
|
||||
atom-shell will then try read the archive and start from it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue