Skip to content

Commit

Permalink
tutorial: Add missing cd command (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym authored Jul 24, 2023
2 parents 01b1546 + d0c940e commit d634a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ building Cloudflare Workers, which we assume
you have [installed](https://github.com/cloudflare/wrangler2#installation) already, to initialize the project:

```bash
mkdir openapi-example && openapi-example
mkdir openapi-example && cd openapi-example
wrangler init
```

Expand Down

0 comments on commit d634a5e

Please sign in to comment.