Skip to content

Commit

Permalink
bumped version and import notice
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Apr 27, 2019
1 parent e822a79 commit d7762d8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This library is inspired by [Stego by EthanWelsh](https://github.com/EthanWelsh/

## Installation
```go
go get -u github.com/auyer/steganography
go get -u gopkg.in/auyer/steganography.v2
```

## Demonstration
Expand All @@ -33,7 +33,7 @@ import (
"image"
"io/ioutil"

"github.com/auyer/steganography"
"gopkg.in/auyer/steganography.v2"
)
```

Expand Down Expand Up @@ -89,6 +89,14 @@ Complete Example
------
For a complete example, see the [examples/stego.go](examples/stego.go) file. It is a command line app based on the original fork of this repository, but modifid to use the Steganography library.

----
### V1 Compatibility:

It is highly recommended for past users to upgrade to v2, but old users can still use it with:
```
import "gopkg.in/auyer/steganography.v1"
```

-----
### Attributions
- Stegosaurus Picture By Matt Martyniuk - Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=42215661

0 comments on commit d7762d8

Please sign in to comment.