Skip to content

Commit 1ef1033

Browse files
authored
Update README.md
1 parent ac8a5ea commit 1ef1033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This starter uses the [serverless-bundle](https://github.com/AnomalyInnovations/
2323

2424
A demo version of this service is hosted on AWS - [`https://ylsml6v6r6.execute-api.us-east-1.amazonaws.com/dev/hello`](https://ylsml6v6r6.execute-api.us-east-1.amazonaws.com/dev/hello)
2525

26-
And here is the ES6 source behind it
26+
And here is the TS source behind it
2727

2828
``` javascript
2929
export async function hello(
@@ -60,7 +60,7 @@ Enter the new directory
6060
$ cd my-project
6161
```
6262

63-
Install the Node.js packages
63+
Install the npm packages
6464

6565
``` bash
6666
$ npm install

0 commit comments

Comments
 (0)