Skip to content

Commit

Permalink
Remove mention of personal token
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Nov 11, 2024
1 parent 8421a92 commit 2c7cfd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ func main() {

client, err := axiom.NewClient(
// If you don't want to configure your client using the environment,
// pass credentials explicitly.
// Personal token:
// axiom.SetPersonalTokenConfig("xapt-xyz", "acme-1234"),
// API token:
// pass credentials explicitly:
// axiom.SetToken("xaat-xyz"),
)
if err != nil {
Expand Down

0 comments on commit 2c7cfd6

Please sign in to comment.