incorporated feedback

This commit is contained in:
ashwinkumar12345 2021-08-26 11:39:32 -07:00
parent 9a2e6ed028
commit bfc56f2f7f
1 changed files with 6 additions and 1 deletions

View File

@ -11,10 +11,15 @@ The OpenSearch Go client lets you programmatically interact with data in your Op
## Setup
To add the client to your project, import it like any other module:
If you're creating a new project:
```go
go mod init
```
To add the client to your project, import it like any other module:
```go
go get github.com/opensearch-project/opensearch-go
```