Skip to content

Commit 457a5a5

Browse files
authored
Merge pull request #246 from opt-nc/copilot/fix-capitalization-issues
Fix typos and standardize brand name capitalization
2 parents 02f01a8 + 8ef0253 commit 457a5a5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[![🚀 Release](https://github.com/opt-nc/setup-duckdb-action/actions/workflows/release.yml/badge.svg)](https://github.com/opt-nc/setup-duckdb-action/actions/workflows/release.yml)
44

55

6-
# ℹ️ Setup Duckdb Action
6+
# ℹ️ Setup DuckDB Action
77

8-
This action installs [`duckdb`](https://github.com/duckdb/duckdb) with the version provided in input.
8+
This action installs [`duckdb`](https://github.com/duckdb/duckdb) with the version provided as input.
99

1010
## 📜 Inputs
1111

1212
### `version`
1313

14-
**Not Required** The version you want to install. If no version defined, the latest version will be installed.
14+
**Not Required** The version you want to install. If no version is defined, the latest version will be installed.
1515

1616
## 🚀 Example usage
1717

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Supported Versions
44

5-
This is an open source project that is provided as-is without warrenty or liability.
6-
As such no supportability commitment. The maintainers will do the best they can to address any report promptly and responsibly.
5+
This is an open source project that is provided as-is without warranty or liability.
6+
As such, there is no supportability commitment. The maintainers will do the best they can to address any report promptly and responsibly.
77

88
Hence, we'll focus on maintaining the latest version.
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-duckdb-action",
3-
"description": "Github action that installs DuckDB with the version provided in input.",
3+
"description": "GitHub action that installs DuckDB with the version provided in input.",
44
"main": "index.js",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)