fix name of example function
diff --git a/doc_test.go b/doc_test.go
index 26e7f56..5c92359 100644
--- a/doc_test.go
+++ b/doc_test.go
@@ -13,7 +13,7 @@
 )
 
 // An simple example of using this package for device authorization.
-func ExampleDeviceAuthorizationFlow() {
+func Example() {
 	// The usual OAuth2 configuration
 	var clientOAuthConfig = &oauth2.Config{
 		ClientID:     "<insert client id here>",