Skip to content

Commit

Permalink
Actual registry paths
Browse files Browse the repository at this point in the history
  • Loading branch information
download13 committed Aug 12, 2018
1 parent af61db8 commit b1cd9f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ Browser
---

```javascript
import { createIcon } from './blockies.mjs';
import { createIcon } from '@download/blockies';

var icon = createIcon({ // All options are optional
seed: 'randstring', // seed used to generate icon data, default: random
Expand All @@ -31,7 +31,7 @@ Node

```javascript
import { createCanvas } from 'canvas';
import { renderIcon } from './blockies.mjs';
import { renderIcon } from '@download/blockies';

const canvas = createCanvas(50, 50);

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "blockies",
"version": "1.0.0",
"name": "@download/blockies",
"version": "1.0.1",
"description": "A tiny library for generating blocky identicons.",
"main": "src/blockies.mjs",
"scripts": {
Expand Down

0 comments on commit b1cd9f7

Please sign in to comment.