Sfoglia il codice sorgente

doc: fix Google Drive example (#3855)

Refs: c1407070fbb30eb4fb04cb6cb9f64be28f87fab7
Antoine du Hamel 2 anni fa
parent
commit
8c67460e25
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/@uppy/companion/README.md

+ 1 - 1
packages/@uppy/companion/README.md

@@ -36,7 +36,7 @@ app.use(session({ secret: 'some secrety secret' }))
 // be sure to place this anywhere after app.use(bodyParser.json()) and app.use(session({...})
 const options = {
   providerOptions: {
-    google: {
+    drive: {
       key: 'GOOGLE_KEY',
       secret: 'GOOGLE_SECRET',
     },