Skip to content

Commit

Permalink
Merge pull request #29 from meant4/HOTFIX-250124
Browse files Browse the repository at this point in the history
changing ownership and updating README.md
  • Loading branch information
panperla committed Jan 25, 2024
2 parents 3993921 + 0c85348 commit e112a6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# reamaze-go: Re:amaze Golang API Client

![testing](https://github.com/panperla/reamaze-go/actions/workflows/tests.yml/badge.svg)
[![codecov](https://codecov.io/gh/panperla/reamaze-go/graph/badge.svg?token=R6888TMAL6)](https://codecov.io/gh/panperla/reamaze-go)
[![License](https://img.shields.io/github/license/panperla/reamaze-go)](https://github.com/panperla/reamaze-go/blob/main/LICENSE)
[![godoc](https://godoc.org/github.com/panperla/reamaze-go?status.svg)](https://pkg.go.dev/github.com/panperla/[email protected]/reamaze)
[![GitHub release](https://img.shields.io/github/release/panperla/reamaze-go.svg)](https://github.com/panperla/reamaze-go/releases/latest)
![testing](https://github.com/meant4/reamaze-go/actions/workflows/tests.yml/badge.svg)
[![codecov](https://codecov.io/gh/meant4/reamaze-go/graph/badge.svg?token=R6888TMAL6)](https://codecov.io/gh/meant4/reamaze-go)
[![License](https://img.shields.io/github/license/meant4/reamaze-go)](https://github.com/meant4/reamaze-go/blob/main/LICENSE)
[![godoc](https://godoc.org/github.com/meant4/reamaze-go?status.svg)](https://pkg.go.dev/github.com/meant4/[email protected]/reamaze)
[![GitHub release](https://img.shields.io/github/release/meant4/reamaze-go.svg)](https://github.com/meant4/reamaze-go/releases/latest)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)


Expand Down Expand Up @@ -46,7 +46,7 @@ Before getting started, ensure you have the following:
To incorporate the Re:amaze Golang API client into your project, use the following `go get` command:

```bash
go get -u github.com/panperla/reamaze-go/reamaze
go get -u github.com/meant4/reamaze-go/reamaze
```

## Example Usage
Expand All @@ -58,7 +58,7 @@ package main

import (
"fmt"
"github.com/panperla/reamaze-go/reamaze"
"github.com/meant4/reamaze-go/reamaze"
)


Expand Down Expand Up @@ -88,7 +88,7 @@ func main() {

Refer to the documentation for detailed information on each endpoint and usage examples.

Also please visit [godoc](https://pkg.go.dev/github.com/panperla/[email protected]/reamaze) for all available methods and types in this package
Also please visit [godoc](https://pkg.go.dev/github.com/meant4/[email protected]/reamaze) for all available methods and types in this package

## Contribution Guidelines

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/panperla/reamaze-go
module github.com/meant4/reamaze-go

go 1.21.4

0 comments on commit e112a6b

Please sign in to comment.