From a85b04c2131d2abb098ceb1eb43c3326a4eda8b4 Mon Sep 17 00:00:00 2001 From: Stephen Phillips <scp@it-innovation.soton.ac.uk> Date: Mon, 16 Jul 2018 15:17:17 +0000 Subject: [PATCH] Quotes less-than/greater-than --- docs/clmc-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clmc-service.md b/docs/clmc-service.md index 3eb38a9..53de429 100644 --- a/docs/clmc-service.md +++ b/docs/clmc-service.md @@ -91,7 +91,7 @@ All source code, tests and configuration files of the service can be found in th Returns a 400 Bad Request error if the request URL parameters are invalid or missing. - Returns a 400 Bad Request error if the service function chain instance ID is not in the format <sfcID>_<numberID> + Returns a 400 Bad Request error if the service function chain instance ID is not in the format `<sfcID>_<numberID>` * Response Body Example: -- GitLab