Skip to content

Commit 3af8d13

Browse files
authored
fix: updated default config data (#497)
* small formatting fix * updated default config data * fixed text and links
1 parent e652665 commit 3af8d13

File tree

2 files changed

+138
-153
lines changed

2 files changed

+138
-153
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This repository contains the installer for FlyByWire Simulations projects such a
77

88
## How to contribute
99

10-
The installer is built as an [Electron Application](https://www.electronjs.org/) for Windows using [TypeScript](https://www.typescriptlang.org/) and [React](https://reactjs.org/).
10+
The installer is built as an [Electron Application](https://www.electronjs.org/) for Windows
11+
using [TypeScript](https://www.typescriptlang.org/) and [React](https://reactjs.org/).
1112

1213
### Requirements
1314

@@ -36,4 +37,6 @@ To build the package as .exe, run
3637
npm run package
3738
```
3839

39-
Packaged applications will automatically update if there is a newer version available (compared to build version in package.json), this does also apply to development versions (ending on -devXX), which are updated via a separate stream. Updates are distributed once the build version is changed and a tag has been added.
40+
Packaged applications will automatically update if there is a newer version available (compared to build version in package.json), this does
41+
also apply to development versions (ending on -devXX), which are updated via a separate stream. Updates are distributed once the build
42+
version is changed and a tag has been added.

0 commit comments

Comments
 (0)