Skip to content

Commit

Permalink
Remove atool-build in readme, it's confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Oct 16, 2017
1 parent 94d89b8 commit 44e94b4
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 @@ -27,10 +27,10 @@ $ dora --plugins proxy,webpack,hmr
$ dora --plugins ./local-plugin

## Load plugin with arguments
$ dora --plugins atool-build?publicPath=/foo/&verbose
$ dora --plugins foo?optionA=/foo/&optionB

## Load plugin with JSON arguments
$ dora --plugins 'atool-build?{"publicPath":"/foo/","verbose":true}'
$ dora --plugins 'foo?{"optionA":"/foo/","optionB":true}'
```

## Docs
Expand Down

0 comments on commit 44e94b4

Please sign in to comment.