diff --git a/README.md b/README.md index 3aaf486..d0a7112 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: Balastrong/chess-stats-action@master + - uses: Balastrong/chess-stats-action@main with: CHESS_USERNAME: ``` diff --git a/action.yml b/action.yml index 8faba6d..0c3e501 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Chess.com Stats' -description: 'Automatically update your README.md with Chess.com stats - fully customizable' +name: 'Chess.com Games & Stats' +description: 'Automatically update your README.md with Chess.com games and stats - fully customizable' author: 'Leonardo Montini' inputs: diff --git a/package.json b/package.json index a5a8e26..9d08777 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chess-stats-action", "version": "0.0.1", "private": true, - "description": "Automatically update your README.md with Chess.com stats - fully customizable", + "description": "Automatically update your README.md with Chess.com games and stats - fully customizable", "main": "lib/main.js", "scripts": { "build": "tsc",