diff --git a/actions-expressions/README.md b/actions-expressions/README.md index 8aaf370..5a31293 100644 --- a/actions-expressions/README.md +++ b/actions-expressions/README.md @@ -7,7 +7,7 @@ The [package](https://www.npmjs.com/package/@actions/expressions) contains TypeScript types and compiled ECMAScript modules. ```bash -npm install @github/actions-expressions +$ npm install @actions/expressions ``` ## Usage @@ -54,7 +54,7 @@ console.log(result.coerceString()) // true ## Contributing -See also [CONTRIBUTING.md](../CONTRIBUTING.md) at the root of the repository. +See [CONTRIBUTING.md](../CONTRIBUTING.md) at the root of the repository for general guidelines and recommendations. This project is just one of multiple implementations of the GitHub Actions Expressions language. We therefore cannot accept contributions that add new language features or significantly change the behavior of existing language features. If you would like to propose a change to the language itself, please use our [Community Forum](https://github.com/community/community/discussions/categories/actions-and-packages).