From 26e2a31d3781ee0c3fe2fa60b43efdceb129fe2f Mon Sep 17 00:00:00 2001 From: Magdalena Bober <33430525+Magda98@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:38:48 +0200 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c64a13a..8f875a8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ SpotRx is deployed and accessible online. You can try it out at [https://magda98 ## Technologies Used -- [**Angular**](https://angular.dev/): SpotRx is built using the Angular framework in version 17 and use Signals, standalone components, new control flow etc. which provides a powerful and scalable platform for developing single-page applications. +- [**Angular**](https://angular.dev/): SpotRx is built using the Angular framework in version 18 and use Signals, standalone components, new control flow etc. which provides a powerful and scalable platform for developing single-page applications. - [**Angular Query**](https://tanstack.com/query/v5/docs/framework/angular/overview) powerful asynchronous state management for TS. - [**Angular Testing Library**](https://testing-library.com/docs/angular-testing-library/intro) library used for unit testing.