diff --git a/packages/forms/README.md b/packages/forms/README.md index 3f4081e..30ae96e 100644 --- a/packages/forms/README.md +++ b/packages/forms/README.md @@ -185,4 +185,4 @@ function increaseCounter() { The `session.counter` will show the **last value** and not the **update value**. -This is because the output is **not reactive**. You can use it inside `BindForm` to make it **reactive**. \ No newline at end of file +This is because the output is **not reactive**. You can use it inside `BindForm` to make it **reactive**. \ No newline at end of file