From 011401395582f21b007e44eed8d888d14850f758 Mon Sep 17 00:00:00 2001 From: tkiela1 <119454198+tkiela1@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:37:22 +0200 Subject: [PATCH] docs: fix casing and formatting in README (#88) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc65e8..516c449 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Run the `features-update` and `settings-update` scripts on every major release a ## Generating Schema from TS files -the /src folder contains the TS type used to generate the [`replacements`](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_string_replace.htm?q=replacements) project property. +The `/src` folder contains the TS type used to generate the [`replacements`](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_string_replace.htm?q=replacements) project property. You can define (or import and re-export) TS types and then use [this extension](https://marketplace.visualstudio.com/items?itemName=marcoq.vscode-typescript-to-json-schema). It adds a "Generate JSON Schema from type" action to your palette.