diff --git a/README.md b/README.md index 45cb5f5..4418eec 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ fmt.Println(plug.BuildVersion) // or fmt.Println(*plug.BuildVersion) if -derefer ## Usage -``` +```go go get -u github.com/wendigo/go-bind-plugin go-bind-plugin -help @@ -126,7 +126,7 @@ Generated code passes both `go vet` and `golint` and can be formatted using `gof ### Example generated wrapper information -``` +```go Wrapper info: - Generated on: 2016-11-08 16:15:07.513150982 +0100 CET - Command: go-bind-plugin -plugin-path ./internal/test_fixtures/generated/basic_plugin/plugin.so -plugin-package ./internal/test_fixtures/basic_plugin -output-name TestWrapper -output-path ./internal/test_fixtures/generated/basic_plugin/plugin.go -output-package main -sha256 true -format true -rebuild true