From 76f86adc25ac6e0b39d0ae0cfc6c84fcc76e5983 Mon Sep 17 00:00:00 2001 From: yashwin-foxy Date: Tue, 26 Aug 2025 19:12:05 +0530 Subject: [PATCH] readme modified --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 7ec74a5..ad382da 100644 --- a/README.md +++ b/README.md @@ -530,23 +530,10 @@ cd android ```bash # Open Xcode project cd ios -open NeoScan_Physician.xcworkspace +open NeoScan_Radiologist.xcworkspace -# Archive and distribute through Xcode -``` -### **Environment Configuration** -```bash -# Development -npm run start:dev - -# Staging -npm run start:staging - -# Production -npm run start:prod -``` ---