Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Apr 13, 2023
1 parent 2fde9ec commit f16d635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: tests (${{ matrix.os }})
name: Tests (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Select("column_name").avg();
Select("column_name").sum();
```

See all methods in [`<SelectObject>`](https://deno.land/x/soda/mod.ts?s=SelectObject) interface.
See all methods in [`<SelectImpl>`](https://deno.land/x/soda/mod.ts?s=SelectImpl) interface.

### Where

Expand Down

0 comments on commit f16d635

Please sign in to comment.