# Upper Case First
> Transforms the stringwith the first character in upper cased.
## Installation
```
npm install upper-case-first --save
```
## Usage
```js
import { upperCaseFirst } from"upper-case-first";
upperCaseFirst("test"); //=> "Test"
```
## License
MIT