Kevin van Zonneveld 9 years ago
parent
commit
aa0ef56ba4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      website/src/examples/google/index.ejs

+ 4 - 4
website/src/examples/google/index.ejs

@@ -6,7 +6,7 @@ order: 1
 ---
 
 {% blockquote %}
-Making modal dialog great again.
+Showcasing a google drive integration
 {% endblockquote %}
 
 <link rel="stylesheet" href="app.css">
@@ -22,14 +22,14 @@ Making modal dialog great again.
 <p>
   On this page we're using the following HTML snippet:
 </p>
-{% include_code lang:html modal/app.html %}
+{% include_code lang:html google/app.html %}
 
 <p>
   Along with this JavaScript:
 </p>
-{% include_code lang:js modal/app.es6 %}
+{% include_code lang:js google/app.es6 %}
 
 <p>
   And the following CSS:
 </p>
-{% include_code lang:css modal/app.css %}
+{% include_code lang:css google/app.css %}