From edcab7ba04f483b162d5873b7cc42d744e7e6f31 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 28 Oct 2021 13:21:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b989a71..5fdb39f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Screenshot](./screenshot.png) -This repo is a conceptual starting point for building an iOS, Android, and Progressive Web App with Next.js, Tailwind CSS, Ionic Framework, and Capacitor. +This repo is a conceptual starting point for building an iOS, Android, and Progressive Web App with Next.js, Tailwind CSS, [Ionic Framework](https://ionicframework.com/), and [Capacitor](https://capacitorjs.com/). Next.js handles the production React app experience, Tailwind can be used to style each page of your app, Ionic Framework provides the cross-platform system controls (navigation/transitions/tabs/etc.), and then Capacitor bundles all of it up and runs it on iOS, Android, and Web with full native access.