Skip to content

Commit

Permalink
Add param-case aliases to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahman-elkady committed Apr 9, 2019
1 parent 72fbd37 commit 25b9871
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var changeCase = require('change-case')
* [`lower`](#lowercase)
* [`lcFirst`](#lowercasefirst)
* [`no`](#nocase)
* [`param`](#paramcase)
* [`param`](#paramcase) - aliases: [`kebab`, `hyphen`]
* [`pascal`](#pascalcase)
* [`path`](#pathcase)
* [`sentence`](#sentencecase)
Expand Down Expand Up @@ -180,6 +180,10 @@ changeCase.noCase('test string')
[![Build status](https://img.shields.io/travis/blakeembrey/param-case.svg?style=flat)](https://travis-ci.org/blakeembrey/param-case)
[![Test coverage](https://img.shields.io/coveralls/blakeembrey/param-case.svg?style=flat)](https://coveralls.io/r/blakeembrey/param-case?branch=master)

#### Aliases
- `kebabCase`
- `hyphenCase`

Return as a lower case, dash separated string.

```js
Expand Down

0 comments on commit 25b9871

Please sign in to comment.