Skip to content

Commit

Permalink
Merge pull request #24 from mbonig/cleanup
Browse files Browse the repository at this point in the history
fixing bad README
  • Loading branch information
mbonig committed Apr 17, 2023
2 parents 907ad6b + 357b35c commit 471c7d7
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 @@ -82,7 +82,7 @@ AutoDiscover's constructor options. There are two constants defined, `JSON_STEPF

```js
// ...
const { StepFunctionsAutoDiscover, AWS_RECOMMENDED_EXT } = require('@matthewbonig/state-machine');
const { StepFunctionsAutoDiscover, AWS_RECOMMENDED_JSON_EXT } = require('@matthewbonig/state-machine');

const project = new awscdk.AwsCdkTypeScriptApp({
// ...,
Expand Down

0 comments on commit 471c7d7

Please sign in to comment.