Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Mar 2, 2022
1 parent c7a2791 commit 44c7e7e
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,9 +13,9 @@ npx primer-react-migrate [src directory] -p [preset name] [--create-commits]
npx primer-react-migrate [src directory] -m [migration name] [--create-commits]
# Example:
npx primer-react-migrate src/client -p v35 --create-commits
npx primer-react-migrate src -p v35 --create-commits
npx primer-react-migrate src/client -m use-deprecated-button
npx primer-react-migrate src -m use-deprecated-button
```

 
Expand Down

0 comments on commit 44c7e7e

Please sign in to comment.