@@ -8,10 +8,10 @@ services with [manifold cli](https://github.com/manifoldco/manifold-cli).
8
8
[ Code of Conduct] ( ./CODE_OF_CONDUCT.md ) |
9
9
[ Contribution Guidelines] ( ./.github/CONTRIBUTING.md )
10
10
11
- [ ![ GitHub release] ( https://img.shields.io/github/tag/manifoldco /promptui.svg?label=latest )] ( https://github.com/manifoldco /promptui/releases )
12
- [ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-blue.svg )] ( https://godoc.org/github.com/manifoldco /promptui )
11
+ [ ![ GitHub release] ( https://img.shields.io/github/tag/SimFG /promptui.svg?label=latest )] ( https://github.com/SimFG /promptui/releases )
12
+ [ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-blue.svg )] ( https://godoc.org/github.com/SimFG /promptui )
13
13
[ ![ Travis] ( https://img.shields.io/travis/manifoldco/promptui/master.svg )] ( https://travis-ci.org/manifoldco/promptui )
14
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/manifoldco /promptui )] ( https://goreportcard.com/report/github.com/manifoldco /promptui )
14
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/SimFG /promptui )] ( https://goreportcard.com/report/github.com/SimFG /promptui )
15
15
[ ![ License] ( https://img.shields.io/badge/license-BSD-blue.svg )] ( ./LICENSE.md )
16
16
17
17
## Overview
@@ -31,7 +31,7 @@ Promptui has two main input modes:
31
31
- ` Select ` provides a list of options to choose from. Select supports
32
32
pagination, search, detailed view and custom templates.
33
33
34
- For a full list of options check [ GoDoc] ( https://godoc.org/github.com/manifoldco /promptui ) .
34
+ For a full list of options check [ GoDoc] ( https://godoc.org/github.com/SimFG /promptui ) .
35
35
36
36
## Basic Usage
37
37
@@ -45,7 +45,7 @@ import (
45
45
" fmt"
46
46
" strconv"
47
47
48
- " github.com/manifoldco /promptui"
48
+ " github.com/SimFG /promptui"
49
49
)
50
50
51
51
func main () {
@@ -81,7 +81,7 @@ package main
81
81
import (
82
82
" fmt"
83
83
84
- " github.com/manifoldco /promptui"
84
+ " github.com/SimFG /promptui"
85
85
)
86
86
87
87
func main () {
@@ -104,4 +104,4 @@ func main() {
104
104
105
105
### More Examples
106
106
107
- See full list of [ examples] ( https://github.com/manifoldco /promptui/tree/master/_examples )
107
+ See full list of [ examples] ( https://github.com/SimFG /promptui/tree/master/_examples )
0 commit comments