diff --git a/README.md b/README.md index dd98199..f3acc37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ng2-form-utils +[![npm version](https://img.shields.io/npm/v/ng2-simple-page-scroll.svg?style=flat)](https://www.npmjs.com/package/ng2-form-utils) [![Build Status](https://travis-ci.org/haiko/ng2-form-utils.svg?branch=master)](https://travis-ci.org/haiko/ng2-form-utils) [![Coverage Status](https://coveralls.io/repos/github/haiko/ng2-form-utils/badge.svg?branch=master)](https://coveralls.io/github/haiko/ng2-form-utils?branch=master) [![peerDependency Status](https://david-dm.org/haiko/ng2-form-utils/peer-status.svg)](https://david-dm.org/haiko/ng2-form-utils#info=peerDependencies) @@ -20,7 +21,7 @@ npm install ng2-form-utils --save ## Usage -Create object(s) that captures your form fields and feed it to FormObjectBuilder. Then in your template you define the ngControls with the name of the corresponding fields of the object. See example below. +Create object(s) that captures your form fields and feed it to `FormObjectBuilder`. Then in your template you define the ngControls with the name of the corresponding fields of the object. See example below. Let's say you need to have a person's details and address. ```html