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 -``` ---