Skip to content

Commit

Permalink
Fixes formatting of ordered list in markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
davelester committed Apr 25, 2024
1 parent 4ba9345 commit 964abfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,11 @@ Each examples retrieves a single value as their output using `COUNT()` in the qu
What's different? A few things!

1. The data being queried. Notice the difference between these examples:

- Day: `githubarchive.day.20240201`
- Month: `githubarchive.month.202402`
- Year: `githubarchive.year.2023`

2. The scope of the query's `WHERE` statements:

- Specific Repository: `events.repo.name = 'apache/cassandra'`
- GitHub Organization: `events.org.login = 'apache'`

Expand Down

0 comments on commit 964abfa

Please sign in to comment.