From e1845107277e30fdf61fdb420bbe5f475da52e91 Mon Sep 17 00:00:00 2001 From: Bowden Kelly Date: Fri, 19 May 2017 14:13:49 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1232804..50a321d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ TypeScript Node Starter ======================= -[![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) +[![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) **Live Demo**: TODO @@ -13,7 +13,7 @@ TypeScript Node Starter # Getting started - Clone the repository ``` -git clone --depth=1 https://github.com/bowdenk7/express-typescript-starter.git +git clone --depth=1 https://github.com/Microsoft/TypeScript-Node-Starter.git ``` - Install dependencies ``` From ac978470fa88a61bae6c0f8a58225eb06db7f297 Mon Sep 17 00:00:00 2001 From: Bowden Kelly Date: Fri, 19 May 2017 14:14:29 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 50a321d..2bd8978 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ TypeScript Node Starter [![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) -**Live Demo**: TODO - # Pre-reqs - Install [Node.js](https://nodejs.org/en/) - Install [MongoDB](https://docs.mongodb.com/manual/installation/)