Skip to content

Commit a2135c7

Browse files
authored
Merge pull request #1355 from luxonis/nitpick_readme_update
Updated README.md
2 parents 77deccb + 427c20e commit a2135c7

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
@@ -1,10 +1,10 @@
1-
# DepthAI C++ Library
1+
# DepthAI Library
22

33
[![Forum](https://img.shields.io/badge/Forum-discuss-orange)](https://discuss.luxonis.com/)
44
[![Docs](https://img.shields.io/badge/Docs-DepthAI_API-yellow)](https://stg.docs.luxonis.com/software/v3/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
66

7-
DepthAI library for interfacing with Luxonis DepthAI hardware.
7+
DepthAI library for interfacing with Luxonis DepthAI hardware. It's written in C++ and offers Python bindings out of the box.
88

99
> **Important — You’re viewing the `v3.x.y` _release-candidate_ branch.**
1010
>
@@ -19,7 +19,7 @@ Documentation is available over at [Luxonis DepthAI API](https://stg.docs.luxoni
1919
DepthAI library doesn't yet provide API stability guarantees. While we take care to properly deprecate old functions, some changes might still be breaking.
2020

2121
## Examples
22-
Examples for both C++ and Python are available in the `examples` folder. To see hwo to build and run them see [README.md](./examples/README.md) for more information.
22+
Examples for both C++ and Python are available in the `examples` folder. To see how to build and run them see [README.md](./examples/README.md) for more information.
2323
To build the examples in C++ configure with the following option added:
2424
```
2525
cmake -S. -Bbuild -D'DEPTHAI_BUILD_EXAMPLES=ON'

0 commit comments

Comments
 (0)