Skip to content

Commit d8bccda

Browse files
rustyconoverclaude
andcommitted
Fix missing semicolon in docs/README.md
Add missing semicolon to LOAD statement in installation block. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a88441b commit d8bccda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can now use this by using this SQL:
2121

2222
```sql
2323
install textplot from community;
24-
load textplot
24+
load textplot;
2525
```
2626

2727
## Functions

0 commit comments

Comments
 (0)