Skip to content

Commit 9212c68

Browse files
committed
Update the README file
1 parent 399556c commit 9212c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## Introduction
1717

1818
The Cellular Interface library implement a simple unified
19-
[Application Programming Interfaces (APIs)](https://www.freertos.org/Documentation/api-ref/cellular/index.html)
19+
[Application Programing Interfaces (APIs)](https://www.freertos.org/Documentation/api-ref/cellular/index.html)
2020
that hide the complexity of AT commands. The cellular modems to be
2121
interchangeable with the popular options built upon TCP stack and exposes a
2222
socket-like interface to C programmers.
@@ -136,8 +136,8 @@ relationship of these software components:
136136
Follow these steps to integrate FreeRTOS Cellular Interface into your project:
137137

138138
1. Clone this repository into your project.
139-
2. Clone one of the reference cellular module implementations ( BG96 / HL7802 /
140-
SARA-R4 ) or create your own cellular module implementation in your project.
139+
2. Clone one of the refenerce cellular module implementations ( BG96 / HL7802 /
140+
SARA-R4 ) or create your own cellular module implementaion in your project.
141141
3. Implement comm interface.
142142
4. Build these software components with your application and execute.
143143

0 commit comments

Comments
 (0)