Skip to content

Commit

Permalink
Update contributing guide with correct formatting cmd (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-menjivar authored Dec 26, 2023
1 parent d2c3050 commit bc4e735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ look forward to seeing what you come up with!
deno task lint
```

### 2. Run deno fmt
### 2. Run deno format

```sh
deno task fmt
deno task format
```

### 3. Run deno test
Expand Down

1 comment on commit bc4e735

@vercel
Copy link

@vercel vercel bot commented on bc4e735 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.