Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carl0shd authored Jul 2, 2024
1 parent 6505d83 commit 2a42244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const simulator = new FsuipcApi(Simulator.FSX);
simulator
.init()
.then(() => {
simulator.listen(2000, ['gs', 'altitude', 'comFreq', 'lights']).subscribe((result) => {
simulator.listen(true, 2000, ['gs', 'altitude', 'comFreq', 'lights']).subscribe((result) => {
console.log(JSON.stringify(result));
});
})
Expand Down

0 comments on commit 2a42244

Please sign in to comment.