Skip to content

Commit

Permalink
Remove broken badge from README and fix a spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Mar 15, 2022
1 parent b0673fb commit fb3cc65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -5,7 +5,6 @@ An image processing engine integrating multiple conversion libraries.
[![NPM version](https://badge.fury.io/js/impro.svg)](http://badge.fury.io/js/impro)
[![Build Status](https://github.com/papandreou/impro/workflows/tests/badge.svg)](https://github.com/papandreou/impro/actions)
[![Coverage Status](https://coveralls.io/repos/papandreou/impro/badge.svg)](https://coveralls.io/r/papandreou/impro)
[![Dependency Status](https://david-dm.org/papandreou/impro.svg)](https://david-dm.org/papandreou/impro)

Impro allows specifying the operations to apply to images and will
select the correct conversion library to perform the job itself.
Expand Down Expand Up @@ -37,8 +36,8 @@ into the desired output and processing is done while fully streaming data.

Image processing has typically involved command line tools which are often
supplied a set of command line arguments that act as a series of instructions
for the properties of the image being output and anuy transformations to apply.
Each of these options is modelled as an "operation".
for the properties of the image being output and any series of transformations
to apply. Each of these options is modelled as an "operation".

### Operations

Expand Down

0 comments on commit fb3cc65

Please sign in to comment.