Skip to content

Commit

Permalink
Update readme. Bump package version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstraka2 committed Jul 12, 2019
1 parent cdd0134 commit fb7a97f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Create optimized spritesheets and viewBox map json from a list of svg icons.

## Install

```
```shell
npm i iconlist
```

## Usage

**For more examples check out the [demos](https://github.com/davidstraka2/iconlist/tree/master/demos) directory.**
**For more examples check out the [demos](demos/) directory.**

Basic usage:
**Basic usage:**

```
├── make-spritesheets.js
Expand All @@ -22,7 +22,7 @@ Basic usage:
└── icon-b.svg
```

icons/iconlist.json
*icons/iconlist.json*
```json
{
"groups": [
Expand All @@ -43,7 +43,7 @@ icons/iconlist.json
}
```

make-spritesheets.js
*make-spritesheets.js*
```js
const {makeSpritesheetsAsync} = require('iconlist');

Expand All @@ -64,7 +64,7 @@ const main = async () => {

## Issues

https://github.com/davidstraka2/iconlist/issues
Please report any issues and suggestions [here](https://github.com/davidstraka2/iconlist/issues).

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconlist",
"version": "1.1.1",
"version": "1.1.2",
"main": "src/index.js",
"description": "Create optimized spritesheets and viewBox map json from a list of icons",
"keywords": [
Expand Down

0 comments on commit fb7a97f

Please sign in to comment.