Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 9c3e0df

Browse files
committed
Update references from bowdenk7 repo to Microsoft repo
1 parent c2d938a commit 9c3e0df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TypeScript Node Starter
22
=======================
33

4-
[![Dependency Status](https://david-dm.org/bowdenk7/express-typescript-starter.svg)](https://david-dm.org/bowdenk7/express-typescript-starter) [![Build Status](https://travis-ci.org/bowdenk7/express-typescript-starter.svg?branch=master)](https://travis-ci.org/bowdenk7/express-typescript-starter)
4+
[![Dependency Status](https://david-dm.org/Microsoft/TypeScript-Node-Starter.svg)](https://david-dm.org/Microsoft/TypeScript-Node-Starter) [![Build Status](https://travis-ci.org/Microsoft/TypeScript-Node-Starter.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript-Node-Starter)
55

66
**Live Demo**: TODO
77

@@ -13,7 +13,7 @@ TypeScript Node Starter
1313
# Getting started
1414
- Clone the repository
1515
```
16-
git clone --depth=1 https://github.com/bowdenk7/express-typescript-starter.git <project_name>
16+
git clone --depth=1 https://github.com/Microsoft/TypeScript-Node-Starter.git <project_name>
1717
```
1818
- Install dependencies
1919
```

views/partials/footer.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
footer
22
.container.text-center
33
p.pull-left © 2016 Company, Inc. All Rights Reserved
4-
iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=bowdenk7&repo=express-typescript-starter&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="margin-top:15px")
4+
iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=Microsoft&repo=TypeScript-Node-Starter&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="margin-top:15px")
55

0 commit comments

Comments
 (0)