Skip to content

Commit 289e66d

Browse files
committed
syntax highlighting
1 parent dfdf623 commit 289e66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ or if you're using the jdbc connector, you can do this with the
2323

2424
now install the extension:
2525

26-
```
26+
```sql
2727
INSTALL protobuf from 'https://duckdb.0xcaff.xyz';
2828
```
2929

3030
next load it (you'll need to do this once for every session you want to use
3131
the extension)
3232

33-
```
33+
```sql
3434
LOAD protobuf;
3535
```
3636

0 commit comments

Comments
 (0)