diff --git a/README.md b/README.md index 479803ad10..73e4ff4712 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Lets start coding, instantiate the `PJON` object that in the example is called b bus.begin(); // initialize PJON bus ``` -If you are interested auto-addressing is really easy to use: +If you are interested auto-addressing is really easy to use but still experimental: ```cpp PJON bus(12); bus.begin(); // initialize PJON bus