From 194e2f38dfb7bfd1ed9e8da08bdfd69fad42185d Mon Sep 17 00:00:00 2001 From: Brendan Bond Date: Thu, 17 Oct 2024 15:33:41 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 805b802b2..2c9cbd2b1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A [React](http://facebook.github.io/react/) library for rendering out forms based on the [Form.io](https://www.form.io) platform. +> **_NOTE:_** The following documentation corresponds to version 6.x of @formio/react, which has not been released yet. For version-specific documentation, please see the relevant tag. + ## Example Application To see an example application of how to implement all the components and modules in this library, see [https://github.com/formio/react-app-starterkit](https://github.com/formio/react-app-starterkit)