Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotiprakashh authored Jul 9, 2024
1 parent 54559b2 commit 6ae2b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
To use CandyDB in your Go projects, you can easily include it as a module:

```bash
go get github.com/your-username/CandyDB
go get github.com/jyotiprakashh/CandyDB
```


Then, import the package in your code:
```bash
import (
"github.com/your-username/CandyDB"
"github.com/jyotiprakashh/CandyDB"
)
```

Expand Down

0 comments on commit 6ae2b1a

Please sign in to comment.