Skip to content

Commit

Permalink
feat(Doc): update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Nov 9, 2017
1 parent d01e35c commit e11b027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Typescript Webpack Starter

[![Build Status](https://travis-ci.org/emyann/typescript-webpack-starter.svg?branch=develop)](https://travis-ci.org/emyann/typescript-webpack-starter)
>🚀 A damn simple ES6 and TypeScript Starter kit using webpack for packaging. Create your TypeScript module with neither build nor test configuration.
>🚀 An ES6 and TypeScript Starter kit using webpack for bundling. Create your TypeScript module with neither build nor test configuration.
## Quick Overview

Expand All @@ -19,7 +19,7 @@ When you’re ready to deploy to production, create a minified bundle with `npm
### Get Started Immediately

You **don’t** need to install or configure tools like Webpack or Babel.<br>
They are preconfigured and hidden so that you can focus on the code.
They are preconfigured so that you can focus on the code, but as a starter kit you still can modify them.

Just create a project, and you’re good to go.

Expand Down

0 comments on commit e11b027

Please sign in to comment.