Update package name

This commit is contained in:
Christopher Schleiden
2023-01-24 17:40:24 -08:00
parent c4878356a2
commit a66f72f7be
+2 -2
View File
@@ -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).