Skip to content

Commit 85f966b

Browse files
committed
docs: housekeeping
1 parent 7d920ee commit 85f966b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Mach also allows you to create nested instruments, enabling you to bundle MSFS A
1212

1313
## Usage
1414

15+
> [!IMPORTANT]
16+
> Please ensure that you are using Node 22!
17+
1518
### CLI
1619

1720
#### Options
@@ -158,14 +161,3 @@ module.exports = {
158161
],
159162
};
160163
```
161-
162-
163-
## MSFS Avionics Framework Compatibility
164-
165-
For compatibility with Mach, a modification must be made to the `msfs-avionics` source code:
166-
```diff
167-
# src/sdk/components/FSComponent.ts
168-
- [357] if (typeof type === 'function' && type.name === 'Fragment') {
169-
+ [357] if (typeof type === 'function' && type.name === Fragment.name) {
170-
```
171-
These changes are also available through the [`@synaptic-simulations/msfssdk`](https://www.npmjs.com/package/@synaptic-simulations/msfssdk) npm package.

0 commit comments

Comments
 (0)