Skip to content

Commit

Permalink
Update README.md with direct import of hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavies-st authored Apr 11, 2024
1 parent b58f5b3 commit 2958c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ In Python, we can insert `SnowblindStep` and `JumpPlusStep` after `JumpStep` as
"save_results": True,
"flag_large_events": False,
"post_hooks": [
"snowblind.SnowblindStep",
"snowblind.JumpPlusStep",
SnowblindStep,
JumpPlusStep,
],
},
}
Expand Down

0 comments on commit 2958c6b

Please sign in to comment.