From 267c160add35957761cdf7b127f1b57ea5452bf5 Mon Sep 17 00:00:00 2001 From: Will Schurman Date: Thu, 18 Jul 2024 15:42:44 -0700 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index de24ae0..da813a1 100644 --- a/README.md +++ b/README.md @@ -67,5 +67,3 @@ In the simulator running the "release" version of the app, force close the app a This server was created with NextJS. You can find the API endpoints in **pages/api/manifest.js** and **pages/api/assets.js**. The code signing keys and certificates were generated using https://github.com/expo/code-signing-certificates. - -We chose to make this example with NextJS so that you can run one command to get the API running, and also so that you could deploy this to Vercel to load updates from a real server. If you choose to deploy this to Vercel, you'll need to find the URL the endpoints exist at, then update the Expo.plist for iOS with the URL under the `EXUpdatesURL` key, then rebuild a "release" app to include the new URL.