Skip to content

Commit

Permalink
Correct client documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jun 17, 2018
1 parent bfefe67 commit e6a492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
config := cfg.NewConfig("0.3.0", "inertia-deploy-test", /* ... */)

// Add your remote
config.AddRemote(&client.RemoteVPS{Name: "gcloud", /* ... */ })
config.AddRemote(&cfg.RemoteVPS{Name: "gcloud", /* ... */ })

// Set up client, remote, and deploy your project
cli, _ := client.NewClient("gcloud", config)
Expand Down

0 comments on commit e6a492b

Please sign in to comment.