Updated text and header comments in Python and HTML code.

This commit is contained in:
Project Nayuki 2017-04-24 20:45:48 +00:00
parent b6b2bddb59
commit 4bc769e58f
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!--
- QR Code generator library (C++)
- QR Code generator demo (HTML+JavaScript)
-
- Copyright (c) Project Nayuki. (MIT License)
- https://www.nayuki.io/page/qr-code-generator-library

View File

@ -1,6 +1,9 @@
#
# QR Code generator demo (Python 2, 3)
#
# Run this command-line program with no arguments. The program computes a bunch of demonstration
# QR Codes and prints them to the console. Also, the SVG code for one QR Code is printed as a sample.
#
# Copyright (c) Project Nayuki. (MIT License)
# https://www.nayuki.io/page/qr-code-generator-library
#

View File

@ -85,7 +85,7 @@ Usage
Install this package by downloading the source code ZIP file from PyPI_, or by running ``pip install qrcodegen``.
Examples::
Examples:
from qrcodegen import *