Skip to content

Commit

Permalink
Updated readme, fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Jan 28, 2016
1 parent fe79bc4 commit e1befe1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# TinyPng

This is a .NET wrapper around the TinyPng.com image compression service.
![Build status](https://img.shields.io/appveyor/ci/soda-digital/tinypng.svg)
![Version](https://img.shields.io/nuget/v/tinypng.svg)
![Downloads](https://img.shields.io/nuget/dt/tinypng.svg)

This is a .NET wrapper around the [TinyPng.com](http://tinypng.com) image compression service.

* Supports .Net Core and full .Net Framework
* Non-blocking async turtles all the way down
* `Byte[]`, `Stream` and `File` API's available

![Build status](https://ci.appveyor.com/api/projects/status/jow5inetxx0lq7uu?svg=true)

## Installation

Install via Nuget
Expand Down Expand Up @@ -84,4 +86,4 @@ using (var png = new TinyPngClient("yourSecretApiKey"))

```

The same `Byte[]`, `Stream` and `File` path API's are available from the result of the `Resize()` method.
The same `Byte[]`, `Stream` and `File` path API's are available from the result of the `Resize()` method.

0 comments on commit e1befe1

Please sign in to comment.