From 55bd0c05cb3d50ecb2003a94df543c1d56a16394 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Thu, 22 Jun 2017 13:02:52 -0500 Subject: [PATCH] Update SpaServices NuGet package installation requirement --- src/Microsoft.AspNetCore.SpaServices/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.SpaServices/README.md b/src/Microsoft.AspNetCore.SpaServices/README.md index fc2ddd2..aed9639 100644 --- a/src/Microsoft.AspNetCore.SpaServices/README.md +++ b/src/Microsoft.AspNetCore.SpaServices/README.md @@ -20,7 +20,7 @@ Behind the scenes, it uses the [`Microsoft.AspNetCore.NodeServices`](https://git ### Installation into existing projects - * Add `Microsoft.AspNetCore.SpaServices` to the dependencies list in your `project.json` file + * Install the `Microsoft.AspNetCore.SpaServices` NuGet package * Run `dotnet restore` (or if you use Visual Studio, just wait a moment - it will restore dependencies automatically) * Install supporting NPM packages for the features you'll be using: * For **server-side prerendering**, install `aspnet-prerendering`