docs(webi): fix syntax in yaml example

This commit is contained in:
AJ ONeal
2021-12-05 10:07:47 +00:00
parent 30e20e736c
commit cda2da19b3

View File

@@ -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
---