From 2958c6b64871a260296f7cc56292ac4dcba07188 Mon Sep 17 00:00:00 2001 From: James Davies Date: Thu, 11 Apr 2024 16:02:03 +0200 Subject: [PATCH] Update README.md with direct import of hooks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3c241e..4458e33 100644 --- a/README.md +++ b/README.md @@ -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, ], }, }