# Upper Case First

> Transforms the string with 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
