Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
docs(pad-array): update README docs
  • Loading branch information
maasencioh committed Sep 7, 2015
commit f2995c56b07a7d0b8f6d3f76d5190b6090081a9c
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![David deps][david-image]][david-url]
[![npm download][download-image]][download-url]

Function to fill an array in Javascript
Expand All @@ -15,7 +14,7 @@ This code is based in the MATLAB's code [padarray](http://www.mathworks.com/help

## pad-array(data, [options])

Pads the array `data` given the current options`.
Pads the `data` array given the current options` (returns a new array).

__Options__
* padsize: Defines the number of fields that will be expanded. The default value is 1. The possible type values are:
Expand Down Expand Up @@ -67,7 +66,5 @@ $ npm test
[npm-url]: https://npmjs.org/package/ml-pad-array
[travis-image]: https://img.shields.io/travis/mljs/pad-array/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/pad-array
[david-image]: https://img.shields.io/david/mljs/pad-array.svg?style=flat-square
[david-url]: https://david-dm.org/mljs/pad-array
[download-image]: https://img.shields.io/npm/dm/ml-pad-array.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-pad-array
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"author": {
"name": "Miguel Asencio",
"mail": "maasencioh@gmail.com"
"email": "maasencioh@gmail.com"
},
"license": "MIT",
"bugs": {
Expand Down