Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mccanne committed Nov 3, 2024
1 parent c877aa5 commit 88800d1
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 @@ -40,7 +40,7 @@ FROM 'https://data.gharchive.org/2015-01-01-15.json.gz'
ORDER BY len(repo) DESC
LIMIT 5
|> FORK (
=> FROM f"https://api.github.com/users/${user}"
=> FROM f"https://api.github.com/users/{user}"
|> SELECT VALUE {user:login,created_at:time(created_at)}
=> PASS
)
Expand Down

0 comments on commit 88800d1

Please sign in to comment.