Update the readme file with the new name

This commit is contained in:
Victor Hurdugaci 2016-04-23 22:09:32 -07:00
parent 21951d62f3
commit 2f8ef7ef0d
1 changed files with 5 additions and 2 deletions

View File

@ -4,13 +4,16 @@ dotnet-watch
### 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": {
"dotnet-watch": "1.0.0-*"
"Microsoft.DotNet.Watcher.Tools": {
"version": "1.0.0-*",
"imports": "portable-net451+win8"
}
}
...
}