Skip to content

Commit 6497b19

Browse files
committed
Corrects README instructions
Change-Id: I6ed026d6bf92c01c0d316a7eab18f447fecda160
1 parent b3b25b9 commit 6497b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ similar to the following:
6161

6262
```javascript
6363
'use strict';
64-
const { ActionsTesting } = require('actions-on-google-testing');
64+
const { ActionsOnGoogleAva } = require('actions-on-google-testing');
6565
const { expect } = require('chai');
66-
const action = new ActionsTesting(require('./test-credentials.json'));
66+
const action = new ActionsOnGoogleAva(require('./test-credentials.json'));
6767

6868
// Start out with giving a name to this test
6969
action.startTest('Facts about Google - direct cat path', action => {

0 commit comments

Comments
 (0)