Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edwingeng committed Jul 25, 2022
1 parent 18f2c52 commit d19f286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Random/Deque 50000000 24.7 ns/op 4 B/op 0 allo
Random/list.List 30000000 46.9 ns/op 28 B/op 1 allocs/op
```

# Getting started
```
go get -u github.com/edwingeng/deque
```

# Usage
``` go
import "github.com/edwingeng/deque"
Expand Down
2 changes: 1 addition & 1 deletion v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Random/Deque 50000000 13.9 ns/op 0 B/op 0 allo
Random/list.List 30000000 46.9 ns/op 28 B/op 1 allocs/op
```

# Installation
# Getting started
```
go get -u github.com/edwingeng/deque/v2
```
Expand Down

0 comments on commit d19f286

Please sign in to comment.