update docs

This commit is contained in:
Ian Norden
2020-08-05 00:23:06 -05:00
parent 96ac218218
commit b9fbd2da53
7 changed files with 116 additions and 101 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func (c IPFSMode) String() string {
func NewIPFSMode(name string) (IPFSMode, error) {
switch strings.ToLower(name) {
case "local", "interface", "minimal":
case "local", "interface":
return LocalInterface, nil
case "remote", "client":
return RemoteClient, errors.New("remote IPFS client mode is not currently supported")