Update the readme file with the new name
This commit is contained in:
parent
21951d62f3
commit
2f8ef7ef0d
|
|
@ -4,13 +4,16 @@ dotnet-watch
|
||||||
|
|
||||||
### How To Install
|
### How To Install
|
||||||
|
|
||||||
Add `dotnet-watch` to the `tools` section of your `project.json` file:
|
Add `Microsoft.DotNet.Watcher.Tools` to the `tools` section of your `project.json` file:
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
...
|
...
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet-watch": "1.0.0-*"
|
"Microsoft.DotNet.Watcher.Tools": {
|
||||||
|
"version": "1.0.0-*",
|
||||||
|
"imports": "portable-net451+win8"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue