From 91a7162c94c9df1efcfb9a4011271d3a4ba7e487 Mon Sep 17 00:00:00 2001 From: Dimitris Zorbas Date: Sat, 23 Jul 2022 20:05:18 +0100 Subject: [PATCH] Fix syntax highlighting in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b02e848..05fde5d7 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ defmodule MyAppWeb.UserController do operation :update, summary: "Update user", - description: "Updates with the given params.\nThis is another line of text in the description." + description: "Updates with the given params.\nThis is another line of text in the description.", parameters: [ id: [in: :path, type: :integer, description: "user ID"], vsn: [in: :query, type: :integer, description: "API version number"],