Skip to content

Commit 2c35945

Browse files
Update project name in README.md
1 parent 60e4e3a commit 2c35945

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge
55

66
## What is this?
77

8-
This repo hosts sources for the `Microsoft.AspNetCore.AngularServices` and `Microsoft.AspNetCore.ReactServices` packages, along with samples and the underlying `Microsoft.AspNetCore.NodeServices project`.
8+
This repo hosts sources for the `Microsoft.AspNetCore.AngularServices` and `Microsoft.AspNetCore.ReactServices` packages, along with samples and the underlying `Microsoft.AspNetCore.SpaServices` and `Microsoft.AspNetCore.NodeServices` packages.
99

1010
#### `Microsoft.AspNetCore.AngularServices`
1111

@@ -49,12 +49,12 @@ To get started,
4949
3. Clone this repository:
5050

5151
```
52-
git clone https://github.com/aspnet/NodeServices.git
52+
git clone https://github.com/aspnet/JavaScriptServices.git
5353
```
5454

5555
**Using Visual Studio on Windows**
5656

57-
1. Open the solution file, `NodeServices.sln`, in Visual Studio.
57+
1. Open the solution file, `JavaScriptServices.sln`, in Visual Studio.
5858
2. Wait for it to finish fetching and installing dependencies.
5959
3. If you get the error `'reactivex/rxjs' is not in the npm registry`, then your Visual Studio installation's version of the NPM tool is out of date. You will need to restore NPM dependencies manually from a command prompt (e.g., `cd samples\angular\MusicStore` then `npm install`).
6060
4. Select a sample and run it. For example, right-click on the `MusicStore` project in Solution Explorer and choose `Set as startup project`. Then press `Ctrl+F5` to launch it.
@@ -63,7 +63,7 @@ Note that to run the React example, you'll also need to run `webpack` from the `
6363

6464
**Using dotnet on Windows/Mac/Linux**
6565

66-
1. In the solution root directory (`NodeServices` - i.e., the directory that contains `NodeServices.sln`), restore the .NET dependencies:
66+
1. In the solution root directory (`JavaScriptServices` - i.e., the directory that contains `JavaScriptServices.sln`), restore the .NET dependencies:
6767

6868
```
6969
dotnet restore

0 commit comments

Comments
 (0)