Skip to content

Commit

Permalink
Update instructions in README (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Sep 11, 2024
1 parent 7816441 commit b5eae70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5eae70

Please sign in to comment.