Skip to content

Commit 3a8b63b

Browse files
committed
docs/refactor: make references more specific
1 parent 039c6ec commit 3a8b63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build WASM module
1515
run: |
1616
./src/wasm_navdata_interface/scripts/run_docker_cmd.sh ./scripts/build.sh
17-
- name: Release
17+
- name: Pre-Release
1818
uses: softprops/action-gh-release@v1
1919
with:
2020
files: ./src/wasm_navdata_interface/out/navdata_interface.wasm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Navigraph Navdata Interface in MSFS
22

3-
This is a barebones implementation to be able to download up-to-date Navigraph navdata into the sim (more specifically into the `work` folder of the aircraft).
3+
This is a barebones implementation to be able to download up-to-date Navigraph navdata into MSFS (more specifically into the `work` folder of the aircraft).
44

55
Documentation on the events used on the CommBus is located [here](/DOCS.md)
66

0 commit comments

Comments
 (0)