From ea44e0f896611da28c4f2edd003635fdca8c74a6 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Thu, 3 Dec 2015 17:19:32 -0800 Subject: [PATCH] Typo fix for book title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a136e9c..8d21e6d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ Learn Express using Typescript in baby steps. The future of web development will client as well as the server. In addition for realtime apps Firebase will be an ideal addition. First get started by learning [TypeScript](https://github.com/ziaukhan/learn-typescript). Then move on to learn [Angular 2](https://github.com/ziaukhan/learn-angular2) and [Express 5](https://github.com/strongloop/express/releases/tag/5.0.0-alpha.2) using TypeScript 1.6.2+. -We will use the [Express in Aciton](https://www.manning.com/books/express-in-action) book to start learning Express but go beyond the book. +We will use the [Express in Action](https://www.manning.com/books/express-in-action) book to start learning Express but go beyond the book. We will use TypeScript not JavaScript to do the examples in the book: