Skip to content

Commit

Permalink
Fix extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jun 6, 2018
1 parent 63d5c58 commit 21fac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Below are a few simple examples:
```go
params := &stripe.CustomerParams{
Balance: stripe.Int64(-123),
Description: stripe.String("Stripe Developer"),
Description: stripe.String("Stripe Developer"),
Email: stripe.String("[email protected]"),
}
params.SetSource("tok_1234")
Expand Down

0 comments on commit 21fac3e

Please sign in to comment.