diff --git a/README.md b/README.md index 8b8ffe7..65d40e1 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,16 @@ This project is not officially supported or endorsed by Google in any way. # Example ```go -// true -fmt.Println(regions.IsValid("us-central1")) +import( + "fmt" + + regions "github.com/ohkinozomu/gcp-regions" +) + +func main() { + // true + fmt.Println(regions.IsValid("us-central1")) +} ``` # License