Skip to content

Commit 2ff6b87

Browse files
Merge pull request #1767 from jasonrandrews/spelling
fix broken links in ASR Learning Path
2 parents 446f985 + c9c118e commit 2ff6b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/mobile-graphics-and-gaming/get-started-with-arm-asr/04-generic_library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ See the following sections to learn how to configure Arm ASR:
5353
export ARMASR_DIR=$(pwd)
5454
```
5555
56-
## 1. Quick Integration
56+
## Quick Integration
5757
5858
To quickly integrate Arm ASR using the standalone backend, follow these steps below:
5959
@@ -90,7 +90,7 @@ To quickly integrate Arm ASR using the standalone backend, follow these steps be
9090
9191
10. Finally, link the two built libraries (**Arm_ASR_api** and **Arm_ASR_backend**).
9292
93-
## 2. Tight Integration
93+
## Tight Integration
9494
9595
If you wish to use your own backend/renderer, a tight integration with your engine is required. For this, a similar process to the [Quick Integration](#quick-integration) described above is required, but with the added requirement to fill the `FfxmInterface` accessed via `$ARMASR_DIR/include/host/ffxm_interface.h` with functions implemented on your end.
9696

0 commit comments

Comments
 (0)