Skip to content

Commit 291e19a

Browse files
authored
Merge pull request #52 from 0xlynett/patch-1
Fix comment
2 parents a640bf6 + 4825716 commit 291e19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
EQL provides a declarative way to query Ethereum Virtual Machine (EVM) chains. It enables developers and researchers to fetch blockchain data using familiar SQL-like syntax, eliminating the need for complex boilerplate code.
1313

1414
```sql
15-
// Fetch Vitalik's balance across multiple chains
15+
# Fetch Vitalik's balance across multiple chains
1616
GET balance, balance FROM account vitalik.eth ON eth, base, arbitrum
1717
```
1818

0 commit comments

Comments
 (0)