From cbedd3fb36168f0e1f5035eb63d78a216d1d903c Mon Sep 17 00:00:00 2001 From: Willem van Bergen Date: Tue, 12 Jan 2010 23:32:40 +0100 Subject: [PATCH] Changed some formatting in the README file that Github doesn't like. --- README.rdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index ac034ffb..a66831ef 100644 --- a/README.rdoc +++ b/README.rdoc @@ -17,10 +17,10 @@ Issue tracker:: http://github.com/wvanbergen/chunky_png/issues The main classes used within ChunkyPNG are: -+ChunkyPNG::Image+ :: create PNG images from scratch or based on another PNG image. -+ChunkyPNG::Datastream+ :: low-level read and write access to PNG images from or to a file or stream. -+ChunkyPNG::PixelMatrix+ :: represents an images as a matrix of pixels. -+ChunkyPNG::Pixel+ :: represents a single pixel or color value. +ChunkyPNG::Image :: create PNG images from scratch or based on another PNG image. +ChunkyPNG::Datastream :: low-level read and write access to PNG images from or to a file or stream. +ChunkyPNG::PixelMatrix :: represents an images as a matrix of pixels. +ChunkyPNG::Pixel :: represents a single pixel or color value. == Usage