Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
melbahja committed Apr 18, 2020
1 parent 3644c10 commit 6c25e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ go get github.com/melbahja/goph
- Supports **upload** files from local to remote.
- Supports **download** files from remote to local.
- Supports connections with **ssh agent** (Unix systems only).
- Supports adding new hosts to **known_hosts file**.

## Usage

Expand All @@ -55,7 +56,7 @@ func main() {
log.Fatal(err)
}

// Defer closing the network connection.
// Defer closing the network connection.
defer client.Close()

// Execute your command.
Expand Down

0 comments on commit 6c25e30

Please sign in to comment.