Skip to content

Typo fix for book title #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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: