Skip to content

Commit

Permalink
Merge branch 'main' into nic/fix/NEO-790-eslint-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 committed Sep 26, 2024
2 parents 15d325c + 9b2dcd1 commit 42ea623
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Matrix Widget Toolkit

[![CI](https://github.com/nordeck/matrix-widget-toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/nordeck/matrix-widget-toolkit/actions/workflows/ci.yml)
[![Matrix](https://img.shields.io/badge/%5Bmatrix%5D-%23nordeck%3Amatrix.org-blue)](https://matrix.to/#/#nordeck:matrix.org)
[![Matrix](https://img.shields.io/matrix/nordeck%3Amatrix.org)](https://matrix.to/#/#nordeck:matrix.org)

Reusable framework for creating Matrix widgets.

Expand Down Expand Up @@ -50,9 +50,10 @@ You need to install Node.js (`>= 20.0.0`, prefer using an LTS version) and run

### Installation

After checkout, run `yarn install` to download the required dependencies
After checkout, run `yarn install` to download the required dependencies.

> **Warning** Do not use `npm install` when working with this package.
> [!WARNING]
> Do not use `npm install` when working with this package.
### Available Scripts

Expand Down

0 comments on commit 42ea623

Please sign in to comment.