Skip to content

Commit 8600d23

Browse files
committed
Create descriptive project description
1 parent 204a645 commit 8600d23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# node-qrcode
2-
> QR code/2d barcode generator.
2+
> Generate Quick Response (QR) codes using JavaScript in a browser, server side code, or using a command line tool.
33
44
![build status](https://img.shields.io/github/actions/workflow/status/slidoapp/node-qrcode/build.yml?style=flat-square)
55
[![npm](https://img.shields.io/npm/v/%40slidoapp%2Fqrcode.svg?style=flat-square)](https://www.npmjs.com/package%40slidoapp%2Fqrcode)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slidoapp/qrcode",
3-
"description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
3+
"description": "Generate Quick Response (QR) codes using JavaScript in a browser, server side code, or using a command line tool.",
44
"version": "2.0.0-preview",
55
"author": "Ryan Day <soldair@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)