Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Oct 11, 2024
1 parent 6b606b6 commit ad0c01e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,27 @@ Data Interchange Web is the Web implementation of Data Interchange
```shell
git clone

dart pub upgrade

dart run build_runner build

dart run build_runner serve

dart run build_runner test

dart run build_runner watch

dart pub global activate webdev
```

OR

```shell
git clone

dart pub upgrade

dart pub global activate webdev

webdev build

webdev serve
```
```

0 comments on commit ad0c01e

Please sign in to comment.