Skip to content

Commit

Permalink
docs: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRomaa committed Jan 23, 2025
1 parent 7d920ee commit 85f966b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Mach also allows you to create nested instruments, enabling you to bundle MSFS A

## Usage

> [!IMPORTANT]
> Please ensure that you are using Node 22!
### CLI

#### Options
Expand Down Expand Up @@ -158,14 +161,3 @@ module.exports = {
],
};
```


## MSFS Avionics Framework Compatibility

For compatibility with Mach, a modification must be made to the `msfs-avionics` source code:
```diff
# src/sdk/components/FSComponent.ts
- [357] if (typeof type === 'function' && type.name === 'Fragment') {
+ [357] if (typeof type === 'function' && type.name === Fragment.name) {
```
These changes are also available through the [`@synaptic-simulations/msfssdk`](https://www.npmjs.com/package/@synaptic-simulations/msfssdk) npm package.

0 comments on commit 85f966b

Please sign in to comment.