From f65f5e5afb0793972807077635c18a62d12ddacc Mon Sep 17 00:00:00 2001 From: Sebastien MALOT Date: Thu, 11 May 2017 08:48:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62f50a3..772f945 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ CUPS Implementation of IPP - PHP Client API +CUPS (Common Unix Printing System) is a modular printing system for Unix-like computer operating systems which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer. + [![Build Status](https://travis-ci.org/smalot/cups-ipp.png?branch=master)](https://travis-ci.org/smalot/cups-ipp) [![Current Version](https://poser.pugx.org/smalot/cups-ipp/v/stable.png)](https://packagist.org/packages/smalot/cups-ipp) [![composer.lock](https://poser.pugx.org/smalot/cups-ipp/composerlock)](https://packagist.org/packages/smalot/cups-ipp)