Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Mar 16, 2020
1 parent d38d2d7 commit 8353ec2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

> Sorting a group of packages that depends on each other :nerd_face:
Having multiple projects in workspace depending on each other is headache. You
Having multiple projects in workspace depending on each other is a headache. You
have to build core first, then the project depends on it, and so on. You
probably want this step to be automated so you can use
`package-sorter(unsortedPackages[], coreDependency)`.
probably want this step to be automated so you can use: `package-sorter`

```bash
npm install package-sorter
Expand Down

0 comments on commit 8353ec2

Please sign in to comment.