Skip to content

Commit b809a13

Browse files
committed
docs: autoupdate
1 parent da21ea0 commit b809a13

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

README.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<p align="center">
3434
<strong><a href="#install">Get The Module</a></strong>
3535
|
36-
<strong><a href="https://pkg.go.dev/github.com/atomicgo/cursor#section-documentation" target="_blank">Documentation</a></strong>
36+
<strong><a href="https://pkg.go.dev/atomicgo.dev/cursor#section-documentation" target="_blank">Documentation</a></strong>
3737
|
3838
<strong><a href="https://github.com/atomicgo/atomicgo/blob/main/CONTRIBUTING.md" target="_blank">Contributing</a></strong>
3939
|
@@ -46,6 +46,30 @@
4646
<img src="https://raw.githubusercontent.com/atomicgo/atomicgo/main/assets/header.png" alt="AtomicGo">
4747
</p>
4848

49+
<p align="center">
50+
<table>
51+
<tbody>
52+
<td align="center">
53+
<img width="2000" height="0"><br>
54+
---------------------------------------------------------------------------------------------------------------------------
55+
<img width="2000" height="0">
56+
</td>
57+
</tbody>
58+
</table>
59+
</p>
60+
<h3 align="center"><pre>go get atomicgo.dev/cursor</pre></h3>
61+
<p align="center">
62+
<table>
63+
<tbody>
64+
<td align="center">
65+
<img width="2000" height="0"><br>
66+
---------------------------------------------------------------------------------------------------------------------------
67+
<img width="2000" height="0">
68+
</td>
69+
</tbody>
70+
</table>
71+
</p>
72+
4973
## Description
5074

5175
Package cursor contains cross-platform methods to move the terminal cursor in
@@ -55,17 +79,6 @@ any kind.
5579

5680
Special thanks to github.com/k0kubun/go-ansi which this project is based on.
5781

58-
## Install
59-
60-
```console
61-
# Execute this command inside your project
62-
go get -u github.com/atomicgo/cursor
63-
```
64-
65-
```go
66-
// Add this to your imports
67-
import "github.com/atomicgo/cursor"
68-
```
6982

7083
## Usage
7184

0 commit comments

Comments
 (0)