Skip to content

Commit

Permalink
fixed readme conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Aug 14, 2015
2 parents 91dfe60 + 37a440f commit b1bf7d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ase
ASE decoder

Package for decoding ASE (Adobe Swatch Exchange) files into a struct.
Golang package for decoding and encoding ASE (Adobe Swatch Exchange) files.

The ASE specification can be found [here](http://www.selapa.net/swatches/colors/fileformats.php#adobe_ase).

Expand All @@ -11,7 +9,7 @@ The ASE specification can be found [here](http://www.selapa.net/swatches/colors/

# Getting started

the ASE package exposes a Decode method. You simply pass an io.Reader interface to ase.Decode and it will return an ASE struct of the decoded data. For example:
The ASE package exposes a Decode and Encode method. You simply pass an io.Reader interface to ase.Decode and it will return an ASE struct of the decoded data. For convenience, a DecodeFile method is available to decode an existing ASE file. For encoding, simply initialize an ASE struct and populate it with the appropriate Groups and Colors data.

## Examples

Expand Down

0 comments on commit b1bf7d7

Please sign in to comment.