From d6ece0f201c2bc0ac864e2cace970472a9ff131a Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Mon, 8 Feb 2016 13:31:00 -0500 Subject: [PATCH] Add some line-breaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc96dde..c282aa6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Official repo for PC-BSD's sysadm middleware WebSocket & REST server -This middleware acts as the core for controlling a PC-BSD or FreeBSD +This middleware acts as the core for controlling a PC-BSD or FreeBSD
system either locally or remotely via WebSockets or REST. ### Required Qt Modules @@ -40,8 +40,8 @@ https://api.pcbsd.org ### Contributing new API calls -Adding new API calls to the middleware is very straight-forward, simply -add a new function which accepts JSON in, and returns JSON, then connect +Adding new API calls to the middleware is very straight-forward, simply
+add a new function which accepts JSON in, and returns JSON, then connect
it to the backend. Example: