Skip to content

Commit

Permalink
chore: improve readme getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Anaya committed Jun 16, 2022
1 parent 44214ea commit 5832734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Once you generated the `API Key` there are two ways to communicate your authoriz

1. Open your terminal and run `$ pulumi new` to create a new Pulumi project, chose the `javascript` template and the target stack.
1. Install the Checkly Pulumi provider using npm: `$ npm i @checkly/pulumi`.
1. Create an `index.js` file in the root of your project and paste the following code:
1. Look for `index.js` file in the root of your project and replace content with the following code:

```javascript
const checkly = require("@checkly/pulumi")
Expand Down

0 comments on commit 5832734

Please sign in to comment.