Skip to content

Commit a7dd383

Browse files
committed
Add screenshot for example
1 parent 3f55d9d commit a7dd383

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Supports `[sql| ... |]`, `[rawSql| ... |]`, and `[isql| ... |]` blocks, with int
1414

1515
## Example
1616

17-
```haskell
18-
[sql|
19-
SELECT *
20-
FROM users
21-
WHERE id = ${userId}
22-
AND active = #{isActive}
23-
AND age > computeAge{calculateAge(birthDate)}
24-
|]
17+
![SQL highlighting example](./images/example.png)
18+
19+

images/example.png

60.8 KB
Loading

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"categories": [
1010
"Other"
1111
],
12+
"screenshots": [
13+
{
14+
"path": "images/example.png"
15+
}
16+
],
1217
"author": "ngaar",
1318
"publisher": "ngaar",
1419
"license": "MIT",

0 commit comments

Comments
 (0)