From 1c507b27886a9c7d4d9fdb67086a106a0d84b293 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 5 Jul 2021 13:08:05 +0200 Subject: [PATCH] Fix the URL of the Stimulus project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3c9ec3ba7..5a8408e176e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ to build the chart in PHP. The JavaScript is handled for you automatically. ## Components of UX -Symfony UX leverages [Stimulus](https://stimulus.hotwire.dev/) for JavaScript +Symfony UX leverages [Stimulus](https://stimulus.hotwired.dev/) for JavaScript and the [Stimulus Bridge](https://github.com/symfony/stimulus-bridge) for integrating it into [Webpack Encore](https://github.com/symfony/webpack-encore).