From b5eae7035fd71f88269e07cc1a78ee16950dd2be Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Wed, 11 Sep 2024 14:39:04 -0700 Subject: [PATCH] Update instructions in README (#871) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52be7365b..6a0873e7f 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ First, sign up for a free account at [modal.com](https://modal.com/) and follow the setup instructions to install the `modal` package and set your API key. The examples are organized into several folders based on their category. You can -generally run the files in any folder as ordinary Python programs, with a +generally run the files in any folder much like you run ordinary Python programs, with a command like: ```bash -python -m 01_getting_started.hello_world +modal run 01_getting_started.hello_world ``` Although these scripts are run on your local machine, they'll communicate with