Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 6545e11

Browse files
sebastienrosSteveSandersonMS
authored andcommitted
Fix filename in sample
Mismatch between code sample and described js filename.
1 parent 8d1cb3a commit 6545e11

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.NodeServices

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.NodeServices/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public async Task<IActionResult> MyAction([FromServices] INodeServices nodeServi
6767
}
6868
```
6969

70-
Of course, you also need to supply the Node.js code you want to invoke. Create a file called `addNumber.js` at the root of your ASP.NET Core application, and add the following code:
70+
Of course, you also need to supply the Node.js code you want to invoke. Create a file called `addNumbers.js` at the root of your ASP.NET Core application, and add the following code:
7171

7272
```javascript
7373
module.exports = function (callback, first, second) {

0 commit comments

Comments
 (0)