From a66f72f7be56d1ea9c1027b26024b86e990e9721 Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Tue, 24 Jan 2023 17:40:24 -0800 Subject: [PATCH] Update package name --- actions-expressions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).