Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
janickr committed Aug 25, 2024
1 parent f4f3617 commit 24b5265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See [decode using .proto files](#decode-using-proto-files) for an example.
```

- Run the generated `install_myprotosql.sql` and `myproto_descriptors.sql` scripts in MySQL
If you used this proto file, you can now decode your first protobuf message
If you used [this proto file]((#decode-using-proto-files)), you can now decode your first protobuf message

```mysql
select myproto_decode_to_textformat(
Expand Down

0 comments on commit 24b5265

Please sign in to comment.