Skip to content

Commit

Permalink
fixed repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrymomot committed Jan 19, 2024
1 parent 6490b2c commit 40ff68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,15 +24,15 @@ This Go package provides a generic, extensible MongoDB repository with advanced
To use this MongoDB repository package, you need to have Go installed on your machine. The package can be installed using the following Go command:

```bash
go get -u path/to/your/mongodb/repository/package
go get -u github.com/dmitrymomot/mongo-repository
```

## Usage

Import the package into your Go file:

```go
import "path/to/your/mongodb/repository/package"
import "github.com/dmitrymomot/mongo-repository"
```

### Basic CRUD Operations
Expand Down

0 comments on commit 40ff68a

Please sign in to comment.