From f16d635fd23fc9970a1e18dacc0f1f8c7d4145fe Mon Sep 17 00:00:00 2001 From: j3lte Date: Thu, 13 Apr 2023 02:40:50 +0200 Subject: [PATCH] Update README --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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