Skip to content

Commit e11b027

Browse files
committed
feat(Doc): update readme.md
1 parent d01e35c commit e11b027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Typescript Webpack Starter
22

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

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

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

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

0 commit comments

Comments
 (0)