Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Change Immersive Canvas to Interactive Canvas
Browse files Browse the repository at this point in the history
Change-Id: Ic7baaa945cabdb17c6252df895ef6955a355cd79
  • Loading branch information
Canain committed May 3, 2019
1 parent 1ed346f commit 8d4ab41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Actions on Google: Immersive Canvas Sample
# Actions on Google: Interactive Canvas Sample

This sample demonstrates how to create an Immersive Canvas experience using Actions on Google for the Google Assistant -- using the [Node.js client library](https://github.com/actions-on-google/actions-on-google-nodejs) and deployed on [Cloud Functions for Firebase](https://firebase.google.com/docs/functions/) and [Firebase Hosting](https://firebase.google.com/docs/hosting).
This sample demonstrates how to create an Interactive Canvas experience using Actions on Google for the Google Assistant -- using the [Node.js client library](https://github.com/actions-on-google/actions-on-google-nodejs) and deployed on [Cloud Functions for Firebase](https://firebase.google.com/docs/functions/) and [Firebase Hosting](https://firebase.google.com/docs/hosting).

## Setup Instructions
### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -18,7 +18,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Immersive Canvas Sample</title>
<title>Interactive Canvas Sample</title>

<!-- Disable favicon requests -->
<link rel="shortcut icon" type="image/x-icon" href="data:image/x-icon;,">
Expand Down

0 comments on commit 8d4ab41

Please sign in to comment.