diff --git a/README.md b/README.md index 541f37b..dc3071c 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,8 @@ app.run_server() This will run the app similar to this: - https://github.com/TillerBurr/dash-query-builder/assets/49296311/1fdc9663-fde7-4c26-a706-00b5edc9f902 - There are other properties available as well, with defaults in parentheses. - config({}): see [CONFIG.adoc](https://github.com/ukrbublik/react-awesome-query-builder/blob/master/CONFIG.adoc) for full options @@ -94,7 +92,6 @@ Here's an example using `usage.py`: https://github.com/TillerBurr/dash-query-builder/assets/49296311/1191a643-27c0-4a4f-8032-2eb5d4b1d88e - ## Where Parser DQB has a built-in parser for SQL queries. The parser is relatively simple as far as parsers go, but it does what I need it to.