From 66ffe597f2245c89b6b126c1cd77a32a1297af50 Mon Sep 17 00:00:00 2001 From: jiboune <> Date: Thu, 16 Jan 2025 17:39:18 +0100 Subject: [PATCH 1/2] update Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09996f4..561ff04 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ ## 🧐 Pick your choice of JavaScript Framework -* **[React](https://github.com/ContentSquare/capacitor-sample-app/tree/main/React)** - an Ionic Capacitor sample app that is built with the React Framework. +* **[React](https://github.com/ContentSquare/capacitor-sample-app/tree/main/React)** - an Ionic Capacitor sample app that is built with the React. +* **[Angular](https://github.com/ContentSquare/capacitor-sample-app/tree/main/Angular)** - an Ionic Capacitor sample app that is built with the Angular Framework and Capacitor 6. Note: if your JavaScript Framework is not represented in our sample apps, please let us know. From 3eb2b1afafda8716569cb495e2b060604c135553 Mon Sep 17 00:00:00 2001 From: jiboune <> Date: Thu, 16 Jan 2025 17:43:22 +0100 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 561ff04..075ca71 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## 🧐 Pick your choice of JavaScript Framework -* **[React](https://github.com/ContentSquare/capacitor-sample-app/tree/main/React)** - an Ionic Capacitor sample app that is built with the React. +* **[React](https://github.com/ContentSquare/capacitor-sample-app/tree/main/React)** - an Ionic Capacitor sample app that is built with React. * **[Angular](https://github.com/ContentSquare/capacitor-sample-app/tree/main/Angular)** - an Ionic Capacitor sample app that is built with the Angular Framework and Capacitor 6. Note: if your JavaScript Framework is not represented in our sample apps, please let us know.