Committed by
GitHub
Update README.md
Co-authored-by: Nipodemos <nipodemos13@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -596,7 +596,7 @@ ValueBuilder<bool>( | @@ -596,7 +596,7 @@ ValueBuilder<bool>( | ||
596 | ), | 596 | ), |
597 | ``` | 597 | ``` |
598 | 598 | ||
599 | -####ObxValue | 599 | +#### ObxValue |
600 | Similar to [`ValueBuilder`](#valuebuilder), but this is the Reactive version, you pass a Rx instance (remember the magical .obs?) and | 600 | Similar to [`ValueBuilder`](#valuebuilder), but this is the Reactive version, you pass a Rx instance (remember the magical .obs?) and |
601 | updates automatically... isn't it awesome? | 601 | updates automatically... isn't it awesome? |
602 | 602 |
-
Please register or login to post a comment