Skip to content

Commit

Permalink
updated docs for go1
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Crosby committed Apr 3, 2012
1 parent 5d9630e commit a6b7cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This is a Go package to send emails using Amazon's Simple Email Service.
Installation
------------

Use `goinstall`:
Use `go install`:

goinstall github.com/stathat/amzses
go install github.com/stathat/amzses

If you are building your code with `goinstall`, you can skip the previous step and just
import `amzses` as follows:
Expand All @@ -17,7 +17,7 @@ import `amzses` as follows:
"github.com/stathat/amzses"
)

Using `goinstall` will automatically install its one external dependency,
Using `go install` will automatically install its one external dependency,
[jconfig](http://www.stathat.com/src/jconfig).

Usage
Expand Down

0 comments on commit a6b7cb4

Please sign in to comment.