Skip to content

Commit 33e83c7

Browse files
Update README.md
1 parent 0bdf854 commit 33e83c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JsonSchemaGenerator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,11 +902,11 @@ class Foo14
902902

903903
8. Observe intellisense being available for the `appsettings.json` file:
904904

905-
![intellisense](docs/intellisense.png)
905+
![intellisense](https://raw.githubusercontent.com/PaulBraetz/RhoMicro.CodeAnalysis/refs/heads/release/JsonSchemaGenerator/docs/intellisense.png)
906906

907907
9. Observe schema validation being available for the `appsettings.json` file:
908908

909-
![validation](docs/validation.png)
909+
![validation](https://raw.githubusercontent.com/PaulBraetz/RhoMicro.CodeAnalysis/refs/heads/release/JsonSchemaGenerator/docs/validation.png)
910910

911911
Once the project is built, the generated schema will be referenced by the `appsettings.schema.json` schema and available in the `appsettings.json` file in the project directory. Also, the `appsettings.release.schema.json` file will have been copied
912912
to the output directory as `appsettings.schema.json` and reference the schemata as well, making them available to the `appsettings.json` file in that directory.

0 commit comments

Comments
 (0)