Skip to content

Commit

Permalink
Create descriptive project description
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Oct 12, 2024
1 parent 204a645 commit 8600d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# node-qrcode
> QR code/2d barcode generator.
> Generate Quick Response (QR) codes using JavaScript in a browser, server side code, or using a command line tool.
![build status](https://img.shields.io/github/actions/workflow/status/slidoapp/node-qrcode/build.yml?style=flat-square)
[![npm](https://img.shields.io/npm/v/%40slidoapp%2Fqrcode.svg?style=flat-square)](https://www.npmjs.com/package%40slidoapp%2Fqrcode)
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": "@slidoapp/qrcode",
"description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
"description": "Generate Quick Response (QR) codes using JavaScript in a browser, server side code, or using a command line tool.",
"version": "2.0.0-preview",
"author": "Ryan Day <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 8600d23

Please sign in to comment.