Skip to content

Commit 92cc4c7

Browse files
committed
Fixed small typos in readme
1 parent a9ec1d2 commit 92cc4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<br>
44
</h1>
55

6-
<h4 align="center">Platform Indendent Code for Amazon Kinesis Video Streams </h4>
6+
<h4 align="center">Platform Independent Code for Amazon Kinesis Video Streams </h4>
77

88
<p align="center">
99
<a href="https://github.com/awslabs/amazon-kinesis-video-streams-pic/actions/workflows/ci.yml"> <img src=https://github.com/awslabs/amazon-kinesis-video-streams-pic/actions/workflows/ci.yml/badge.svg </a>
@@ -34,7 +34,7 @@ Create a build directory in the newly checked out repository, and execute CMake
3434

3535
`mkdir -p amazon-kinesis-video-streams-pic/build; cd amazon-kinesis-video-streams-pic/build; cmake .. `
3636

37-
By default we download all the libraries from GitHub and build them locally, so should require nothing to be installed ahead of time.
37+
By default, we download all the libraries from GitHub and build them locally. There are no requirements that need to be installed ahead of time.
3838
If you do wish to link to existing libraries you can use the following flags to customize your build.
3939

4040
#### Cross-Compilation

0 commit comments

Comments
 (0)