Skip to content

Commit 76d7345

Browse files
author
Matevz Morato
committed
Update the README.md
1 parent 7017862 commit 76d7345

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
> **Important — You’re viewing the `v3.x.y` _release-candidate_ branch.**
9+
> **Important — You’re viewing the `v3.x.y` branch.**
1010
>
1111
> * For production projects that still rely on **v2**, check out the
1212
> [`v2_stable` branch](https://github.com/luxonis/depthai-core/tree/v2_stable).
@@ -15,9 +15,6 @@ DepthAI library for interfacing with Luxonis DepthAI hardware. It's written in C
1515
## Documentation
1616
Documentation is available over at [Luxonis DepthAI API](https://docs.luxonis.com/software-v3/depthai/)
1717

18-
## Disclaimer
19-
DepthAI library doesn't yet provide API stability guarantees. While we take care to properly deprecate old functions, some changes might still be breaking.
20-
2118
## Examples
2219
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.
2320
To build the examples in C++ configure with the following option added:

0 commit comments

Comments
 (0)