Skip to content

Commit

Permalink
Merge pull request #57 from UnicornGlobal/dev
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
darrynten committed Dec 17, 2018
2 parents 8a24d82 + 0095eb2 commit f6d42c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @unicorn/avatars
# @unicorns/avatars

[![Build Status](https://travis-ci.com/UnicornGlobal/avatars.svg?branch=dev)](https://travis-ci.com/UnicornGlobal/avatars)

Expand All @@ -9,13 +9,13 @@ Displays either the initials or the image for an avatar.
## Install

```
npm install @unicorn/avatars --save
npm install @unicorns/avatars --save
```

## Usage

```
import Avatar from '@unicorn/avatars'
import Avatar from '@unicorns/avatars'
```

Include it in the template you'd like to use it in.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unicorn/avatars",
"name": "@unicorns/avatars",
"description": "Easy avatars or initials",
"version": "1.1.1",
"version": "1.1.2",
"author": "Unicorn Global et al",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit f6d42c3

Please sign in to comment.