Skip to content

Commit fca42c9

Browse files
committed
Using dataset URL for highlights in the README
1 parent 87adbbf commit fca42c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Originally built for [the SQL Habit course](https://www.sqlhabit.com/), it's ava
2929

3030
You can highlight tables and columns via the `highlights` URL param. Here's an example URL:
3131

32-
https://sqlhabit.github.io/sql_schema_visualizer/?highlights=users:id,email,signup_date;purchases:user_id,created_at
32+
https://sqlhabit.github.io/sql_schema_visualizer/databases/bindle?highlights=users:id,email,signup_date;purchases:user_id,created_at
3333

3434
:mag: Note that tables are followed by semicolons `:` and column names are separated with commas `,`. Here's how it looks like:
3535

0 commit comments

Comments
 (0)