Skip to content

Commit 9e79665

Browse files
committed
Improved the README
1 parent 9f98b5c commit 9e79665

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Also you should have installed:
3030

3131
Besides the chat on Gitter and the issues [discussed here](https://github.com/ElectronNET/Electron.NET/issues) you can also use [StackOverflow](https://stackoverflow.com/questions/tagged/electron.net) with the tag `electron.net`.
3232

33-
If you want to sponsor the further maintenance and development of this project [see the donate section](#🙏-donate).
33+
If you want to sponsor the further maintenance and development of this project [see the donate section](#-donate).
3434

3535
## 👩‍🏫 Usage
3636

@@ -173,11 +173,15 @@ The end result should be an electron app under your __/bin/desktop__ folder.
173173

174174
### Note
175175

176-
> macOS builds can't be created on Windows machines because they require symlinks that aren't supported on Windows (per [this Electron issue](https://github.com/electron-userland/electron-packager/issues/71)). macOS builds can be produced on either Linux or macOS machines.
176+
> macOS builds can't be created on Windows machines because they require symlinks that aren't supported on Windows (per [this Electron issue](https://github.com/electron-userland/electron-packager/issues/71)).
177+
178+
Consequently, macOS builds can be produced on either Linux or macOS machines.
177179

178180
## 🔄 Update
179181

180-
After an update to the latest Electron.API package, an update to the latest Electron.CLI is always required. In addition, always update the CLI via NuGet:
182+
After an update to the latest Electron.API package, an update to the latest Electron.CLI is always required.
183+
184+
In addition, always update the CLI via NuGet:
181185

182186
```sh
183187
dotnet tool update ElectronNET.CLI -g
@@ -193,7 +197,8 @@ See also the list of [contributors](https://github.com/ElectronNET/Electron.NET/
193197

194198
## 🙋‍♀️🙋‍♂ Contributing
195199

196-
Feel free to submit a pull request if you find any bugs (to see a list of active issues, visit the [Issues section](https://github.com/ElectronNET/Electron.NET/issues).
200+
Feel free to submit a pull request if you find any bugs. To see a list of active issues, visit the [Issues section](https://github.com/ElectronNET/Electron.NET/issues).
201+
197202
Please make sure all commits are properly documented.
198203

199204
## 🧪 Working with this Repo

0 commit comments

Comments
 (0)