Skip to content

Commit

Permalink
syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff committed Aug 15, 2024
1 parent dfdf623 commit 289e66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ or if you're using the jdbc connector, you can do this with the

now install the extension:

```
```sql
INSTALL protobuf from 'https://duckdb.0xcaff.xyz';
```

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

```
```sql
LOAD protobuf;
```

Expand Down

0 comments on commit 289e66d

Please # to comment.