Skip to content

Commit

Permalink
Update project URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Mar 14, 2021
1 parent 579aa21 commit 0851b66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 2021
Copyright (c) overcat 2021

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ which you can use to generate identicons for Stellar wallets - unique icons, gen

## Install
```shell
go get -u github.com/overcat/stellar-identicon-go
go get -u github.com/StellarCN/stellar-identicon-go
```

## Usage
```go
import identicon "github.com/overcat/stellar-identicon-go"
import identicon "github.com/StellarCN/stellar-identicon-go"

func main() {
publicKey := "GAQL4ZLRIJBGSCXE6XC4XPZ5W6FGCJHXLAMB4M7ZQ52HFPDTL6GSVP4W"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/overcat/stellar-identicon-go
module github.com/StellarCN/stellar-identicon-go

go 1.16

Expand Down

0 comments on commit 0851b66

Please sign in to comment.