From cda2da19b3ee2e29b4da97a42b022b3756e521d3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 5 Dec 2021 10:07:47 +0000 Subject: [PATCH] docs(webi): fix syntax in yaml example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 376623e..8193da1 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,8 @@ Just copy the format from any of the existing packages. It's like this: --- title: Node.js homepage: https://nodejs.org -tagline: JavaScript V8 runtime +tagline: | + JavaScript V8 runtime description: | Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine ---