Skip to content

Commit

Permalink
fix(readme): fixed wrong link on examples
Browse files Browse the repository at this point in the history
Also added new keywords for npm discoverability
  • Loading branch information
onderceylan committed Aug 16, 2019
1 parent fe9e516 commit 35152f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ pwa-asset-generator --help
$ pwa-asset-generator logo.html .
$ pwa-asset-generator https://your-cdn-server.com/assets/logo.png . -t jpeg -q 90 --splash-only --portrait-only
$ pwa-asset-generator logo.svg ./assets --scrape false --icon-only
$ pwa-asset-generator https://raw.githubusercontent.com/onderceylan/pwa-asset-generator/HEAD/static/demo.gif -p "15%" -b "linear-gradient(to right, #fa709a 0%, #fee140 100%)"
$ pwa-asset-generator https://raw.githubusercontent.com/onderceylan/pwa-asset-generator/HEAD/static/logo.png -p "15%" -b "linear-gradient(to right, #fa709a 0%, #fee140 100%)"
Flag examples
--background="rgba(255, 255, 255, .5)"
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@
},
"keywords": [
"pwa",
"puppeteer",
"chromium",
"icon",
"icons",
"launch-image",
"ios",
"android",
"splashscreen",
"splash-screen",
"image-generation",
"image",
"manifest"
"manifest",
"mobile",
"pwa-assets"
],
"author": "Önder Ceylan <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 35152f3

Please sign in to comment.