From eb69968a906960b8b065a9d2bc2c4fb79cc1d6b8 Mon Sep 17 00:00:00 2001 From: Jason Bao Date: Wed, 19 Nov 2025 01:59:02 -0800 Subject: [PATCH] Small readme changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 796d10e..1b637a9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # What is Major? -Major is a platform that lets you easily deploy and manage access to applications you build locally. Major is designed for engineers building internal tools to quickly: +Major is a platform that lets you deploy and manage access to applications you build locally. Major is designed for engineers building internal tools to quickly: -1. Provision hosted compute for their apps +1. Deploy their code live on hosted compute 2. Manage access and permissions to those apps -3. Connect apps securely, with RBAC, to internal resources (db's, api's, etc.) +3. Connect apps securely (with RBAC) to internal resources (db's, api's, etc.) ## Installation