Skip to content

Commit e498350

Browse files
author
Orta
authored
Merge pull request microsoft#137 from atefBB/patch-1
Update README.md
2 parents 80ae9b6 + f6cafb5 commit e498350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![image](https://user-images.githubusercontent.com/820883/36764267-abbdb7f8-1be0-11e8-9678-2a9ea448d7f8.png)
88

99
The main purpose of this repository is to show a good end-to-end project setup and workflow for writing Node code in TypeScript.
10-
I will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encouraged and will be most welcome.
10+
We will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encouraged and will be most welcome.
1111

1212

1313
# Pre-reqs
@@ -45,7 +45,7 @@ npm start
4545
Or, if you're using VS Code, you can use `cmd + shift + b` to run the default build task (which is mapped to `npm run build`), and then you can use the command palette (`cmd + shift + p`) and select `Tasks: Run Task` > `npm: start` to run `npm start` for you.
4646

4747
> **Note on editors!** - TypeScript has great support in [every editor](http://www.typescriptlang.org/index.html#download-links), but this project has been pre-configured for use with [VS Code](https://code.visualstudio.com/).
48-
Throughout the README I'll try to call out specific places where VS Code really shines or where this project has been setup to take advantage of specific features.
48+
Throughout the README We will try to call out specific places where VS Code really shines or where this project has been setup to take advantage of specific features.
4949

5050
Finally, navigate to `http://localhost:3000` and you should see the template being served and rendered locally!
5151

0 commit comments

Comments
 (0)