diff --git a/README.md b/README.md index 4a4a726..7904288 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# generator-android-library +# generator-android-library: [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > Boilerplate code for creating an android library @@ -6,7 +6,7 @@

-## Installation +## Installation: First, install [Yeoman](http://yeoman.io) and generator-android-library using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). @@ -21,7 +21,7 @@ Then generate your new project: yo android-library ``` -## License +## License: MIT © [cesarferreira](http://cesarferreira.com)