From d2a9737b4e60ff413a7f80126a1e68debe4f8f55 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Tue, 21 Jul 2020 14:31:01 -0700 Subject: [PATCH] readme code reordering --- README.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 767a421..f7ddb33 100644 --- a/README.org +++ b/README.org @@ -20,13 +20,13 @@ First User - # Check - ./admin show-db - # Regular user via "external" process echo "User Outside" | ./add-user 2>> users.log ./admin show-db + # Check + ./admin show-db + # Add Johnny Droptable ./add-user 2>> users.log Johnny'); DROP TABLE users; -- @@ -34,6 +34,8 @@ # And the problem: ./admin show-db + + # Check the log #+END_SRC