Skip to content

Commit

Permalink
fix(README): update sample to use correct namespaced module (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Feb 5, 2020
1 parent b246948 commit 293e557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ still to be determined.
In my current working directory, I have an `index.js` file like this.

```js
const framework = require('faas-js-runtime');
const framework = require('@redhat/faas-js-runtime');

// My function directory is in ./function-dir
framework(require(`${__dirname}/function-dir/`), server => {
Expand Down

0 comments on commit 293e557

Please sign in to comment.