Skip to content

Commit

Permalink
Fix readme example... again
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Apr 4, 2020
1 parent 35c6866 commit 1095882
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ builder := xcaddy.Builder{
CaddyVersion: "v2.0.0-rc.1",
Plugins: []xcaddy.Dependency{
{
{
ModulePath: "github.com/caddyserver/nginx-adapter",
Version: "bdbb6db7ff9ad6ceb0dcd93f89e396f6365aa5d4",
},
}
}
ModulePath: "github.com/caddyserver/nginx-adapter",
Version: "bdbb6db7ff9ad6ceb0dcd93f89e396f6365aa5d4",
},
},
}
err := builder.Build("./caddy")
```
Expand Down

0 comments on commit 1095882

Please sign in to comment.