From 20114a9d0442b714b4be60eec0e09a4d568a98a3 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Mon, 8 Feb 2016 13:31:39 -0500 Subject: [PATCH] Add few more line-breaks --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c282aa6..fcf78f5 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ https://github.com/pcbsd/sysadm/commit/1ba65b33880e2298ade3e5cc4f2718aa6112e44f ### Testing new API calls / classes -Before committing or sending a pull request, you'll need to run our -"api-test.sh" script and confirm it works properly. To do so, first add +Before committing or sending a pull request, you'll need to run our
+"api-test.sh" script and confirm it works properly. To do so, first add
your new call and restart the websocket server. Next do the following: ``` @@ -65,9 +65,9 @@ your new call and restart the websocket server. Next do the following: % ./api-test.sh ``` -The api-test script will prompt you to enter username, password, and some -information about which class / API call to run. When that is done, and you -have verified the functionality of your new call you should add the output -of the test script (either from copy-n-paste, or from the file /tmp/api-response) +The api-test script will prompt you to enter username, password, and some
+information about which class / API call to run. When that is done, and you
+have verified the functionality of your new call you should add the output
+of the test script (either from copy-n-paste, or from the file /tmp/api-response)
to your commit. (This will allow us to document the new call / class)