diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7c5ee9..5fa1f33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: jobs: test: - name: tests (${{ matrix.os }}) + name: Tests (${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/README.md b/README.md index 9ab7c9e..926739b 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Select("column_name").avg(); Select("column_name").sum(); ``` -See all methods in [``](https://deno.land/x/soda/mod.ts?s=SelectObject) interface. +See all methods in [``](https://deno.land/x/soda/mod.ts?s=SelectImpl) interface. ### Where