Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ Note: This quickstart requires the [Rust toolchain](https://www.rust-lang.org/to
3. **Build your component:**

```bash
wash build ./http-hello-world
wash -C ./http-hello-world build
```

4. **Start a development loop**

```bash
wash dev ./http-hello-world
wash -C ./http-hello-world dev
```

5. **Keep wash updated:**
Expand Down