From 188dea7e96f3b566c1136a5685acdde4a82b2068 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Sat, 10 Dec 2016 11:31:47 +0100 Subject: [PATCH] README: Simplifying the first bullet point about what this does --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3a330e..c6ef355 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ A Python package to control Brother QL label printers. It implements the raster language of those printers and allows you to send instruction files to your printer. In more details, the following is possible with this package: -* Create raster language files for the Brother label printers. - These binary files contain the instructions for the printer and can be created from image files or programmatically in your own Python script. +* Create raster language files for the Brother label printers. + They can be created from image files or programmatically in your own Python script. * Print raster instruction files with your Brother label printer via different backends: * pyusb (works cross-platform) * network (works cross-platform for WiFi/Ethernet-enabled printers)