From f8718ac31a31f8a3dfbf5fa6083abb4a7e15b5fe Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 21 Dec 2020 12:17:48 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c5cbdf..cee2b41 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Use these components and build on top of them as you build your mobile app. [Capacitor](https://capacitorjs.com/) is a sort of "electron for mobile" that runs standard web apps on iOS, Android, Desktop, and Web. +Capacitor provides access to Native APIs and a plugin system for building any native functionality your app needs. + Capacitor apps can also run in the browser as a Progressive Web App with the same code.