From 777a6a01dc584409a6f0ceb1f7c7ca3da21b1d90 Mon Sep 17 00:00:00 2001 From: Olaf van der Kruk Date: Tue, 12 Apr 2016 11:45:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05bf451..d7a7663 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ On OSX, this can be accomplished by installing it through luarocks (run `sudo lu Command line interface ---------------------- The Doodle3D API can be called using a terminal: -``d3dapi p=/network/scan r=GET`` +```d3dapi p=/network/scan r=GET``` Where the p parameter is the module you want to call and r is the method. Post request can be send using the same method: -``d3dapi p=/printer/print r=POST`` +```d3dapi p=/printer/print r=POST``` Parameters: TODO