From e50bd754ca166fa4dbd0fc2c457cc426d0c1ec0b Mon Sep 17 00:00:00 2001 From: Gabriel Oliveira Date: Thu, 17 Jan 2019 05:55:22 -0200 Subject: [PATCH] fixing documentation example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 944f223..c32453f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ npm install vue-google-auth ``` import GoogleAuth from 'vue-google-auth' -Vue.use(GoogleAuth, { clientID: 'xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com' }) +Vue.use(GoogleAuth, { client_id: 'xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com' }) Vue.googleAuth().load() ``` Ideally you shall place this in your app entry file, e.g. src/main.js