From 230fa39cab42e8b92e29aca678c9c0d82153631a Mon Sep 17 00:00:00 2001 From: J-Dog Date: Wed, 22 May 2024 14:03:13 -0700 Subject: [PATCH] fix markdown --- docs/actions/SLEEP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/actions/SLEEP.md b/docs/actions/SLEEP.md index 269f6d7..d37fa3f 100644 --- a/docs/actions/SLEEP.md +++ b/docs/actions/SLEEP.md @@ -29,7 +29,7 @@ This example pauses/sleeps ALL BTNS `ACTION` commands on JDOG `token` until bloc - `SLEEP` with `RESUME_BLOCK` set to `-1` value, will pause actions indefinitely. - `ISSUE` `TICK` with `LOCK_SLEEP` set to `1` to permanently prevent use of the `SLEEP` command - Can use `BATCH` commands to stop `SLEEP`, execute `ACTION` commands, and then resume `SLEEP`, etc. -` +``` bt:BATCH|0| SLEEP|0|JDOG|0; ISSUE|1|JDOG|We are working to resolve the problem; @@ -37,4 +37,4 @@ ISSUE|2|JDOG||1000; SEND|0|JDOG|1000|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|Funding contract address; MINT|0|JDOG||1000|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev; SLEEP|0|JDOG|-1 -` +```