Skip to content

Commit 5e85f80

Browse files
committed
updated readme
1 parent 86cc33d commit 5e85f80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)
22

3-
[![Build Status](https://travis-ci.com/CorentinB/godd.svg?token=RUPYCGKsp5yMHL2ydcwd&branch=master)](https://travis-ci.com/CorentinB/godd) [![Go Report Card](https://goreportcard.com/badge/github.com/CorentinB/godd)](https://goreportcard.com/report/github.com/CorentinB/godd) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/0d3f90ca8f7146248520913e89e37c9e)](https://www.codacy.com/app/CorentinB/godd?utm_source=github.com&utm_medium=referral&utm_content=CorentinB/godd&utm_campaign=Badge_Grade) [![GoDoc](https://godoc.org/github.com/CorentinB/godd?status.svg)](https://godoc.org/github.com/CorentinB/godd)
3+
[![Build Status](https://travis-ci.com/jolibrain/godd.svg?token=RUPYCGKsp5yMHL2ydcwd&branch=master)](https://travis-ci.com/jolibrain/godd) [![Go Report Card](https://goreportcard.com/badge/github.com/jolibrain/godd)](https://goreportcard.com/report/github.com/jolibrain/godd) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/0d3f90ca8f7146248520913e89e37c9e)](https://www.codacy.com/app/jolibrain/godd?utm_source=github.com&utm_medium=referral&utm_content=jolibrain/godd&utm_campaign=Badge_Grade) [![GoDoc](https://godoc.org/github.com/jolibrain/godd?status.svg)](https://godoc.org/github.com/jolibrain/godd)
44

55
# GoDD
66
🧠 [DeepDetect](https://github.com/jolibrain/deepdetect) package for easy integration in any Go project
@@ -11,7 +11,7 @@ GoDD offer a simple way to use [DeepDetect](https://github.com/jolibrain/deepdet
1111

1212
# Install
1313

14-
`go get -u github.com/CorentinB/godd`
14+
`go get -u github.com/jolibrain/godd`
1515

1616
# Examples
1717

@@ -128,4 +128,4 @@ fmt.Println("Service deletion:")
128128
fmt.Println(serviceDeleteStatus)
129129
```
130130

131-
**You can see the full examples in the [examples](https://github.com/CorentinB/godd/tree/master/examples) folder.**
131+
**You can see the full examples in the [examples](https://github.com/jolibrain/godd/tree/master/examples) folder.**

0 commit comments

Comments
 (0)