Skip to content

Commit fc2ff4e

Browse files
committed
Couple typos and a repeat in the table
1 parent f642d05 commit fc2ff4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Once downloaded, unzip the file.
7777

7878
## Copy Files
7979

80-
Files from the SDK must be copied into the isntallation of this library. This, the SparkFun BMV080 Arduino library is installed in the following locations:
80+
Files from the SDK must be copied into the installation of this library. This, the SparkFun BMV080 Arduino library is installed in the following locations:
8181

8282
### Library Install Directory
8383

@@ -97,7 +97,6 @@ From the Bosch SDK, the following files are copied into the specified library lo
9797
|api/inc/bmv080_defs.h| src/sfTk/bmv080_defs.h|
9898
|api/api/lib/xtensa_esp32/xtensa_esp32_elf_gcc/release/lib_bmv080.a | src/esp32/lib_bmv080.a|
9999
|api/api/lib/xtensa_esp32/xtensa_esp32_elf_gcc/release/lib_postProcessor.a | src/esp32/lib_postProcessor.a|
100-
|api/api/lib/xtensa_esp32/xtensa_esp32_elf_gcc/release/lib_bmv080.a | src/esp32/lib_bmv080.a|
101100
|api/api/lib/xtensa_esp32s2/xtensa_esp32s2_elf_gcc/release/lib_postProcessor.a | src/esp32s2/lib_postProcessor.a|
102101
|api/api/lib/xtensa_esp32s2/xtensa_esp32s2_elf_gcc/release/lib_bmv080.a | src/esp32s2/lib_bmv080.a|
103102
|api/api/lib/arm_cortex_m0plus/xarm_none_eabi_gcc/release/lib_postProcessor.a | src/cortex-m0plus/lib_postProcessor.a|
@@ -109,7 +108,7 @@ From the Bosch SDK, the following files are copied into the specified library lo
109108
|api/api/lib/arm_cortex_m4f/xarm_none_eabi_gcc/release/lib_postProcessor.a | src/cortex-m4f/lib_postProcessor.a|
110109
|api/api/lib/arm_cortex_m4f/arm_none_eabi_gcc/release/lib_bmv080.a | src/cortex-m4f/lib_bmv080.a|
111110

112-
One the files are copied into place, this library is available for use.
111+
Once the files are copied into place, this library is available for use.
113112

114113
## License Information
115114

0 commit comments

Comments
 (0)