Skip to content

Commit 7d5dfa2

Browse files
author
mio256
authored
docs: typo in README (#9)
1 parent 504d32a commit 7d5dfa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ___
2929
1. In your Go code, import the ChatGPT-Go package:
3030
```go
3131
import (
32-
"github.com/ayush6624/chatgpt-go/chatgpt"
32+
"github.com/ayush6624/go-chatgpt"
3333
)
3434
```
3535

@@ -79,4 +79,4 @@ This package is licensed under MIT license. See [LICENSE](./LICENSE) for details
7979

8080
___
8181
[![codecov](https://codecov.io/gh/ayush6624/go-chatgpt/branch/main/graph/badge.svg?token=2VXFP3238M)](https://codecov.io/gh/ayush6624/go-chatgpt)
82-
[![Go](https://github.com/ayush6624/go-chatgpt/actions/workflows/go.yml/badge.svg)](https://github.com/ayush6624/go-chatgpt/actions/workflows/go.yml)
82+
[![Go](https://github.com/ayush6624/go-chatgpt/actions/workflows/go.yml/badge.svg)](https://github.com/ayush6624/go-chatgpt/actions/workflows/go.yml)

0 commit comments

Comments
 (0)