Skip to content

Commit a795b6d

Browse files
TheZokeredgarmueller
authored andcommitted
Rephrase some README text
1 parent f9fb574 commit a795b6d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

generator-jsonforms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you want to avoid the interface, you can use the following parameters:
2121

2222
### Path
2323

24-
Enter the path where you want to install the project. (Default: current terminal folder)
24+
Enter the path where you want to install the project. (Default: current working directory)
2525

2626
Command:
2727
```shell

jsonforms-tooling-common/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package is used by the JSONForms Tooling Visual Studio Code extensions and the Theia plugin, to outsource common shared code. This package is not meant to be used on it's own.
44

5-
It provides the following functions (for vscode and theia):
6-
* Generate a default UI schema
7-
* Scaffolded a sample JSONForms project
8-
* Preview JSONForms schema and uischema
5+
It provides the following functionality (for vscode and theia):
6+
* Generating a default UI schema
7+
* Scaffolding of a sample JSONForms project
8+
* Previewing JSONForms schema and uischema

vscode-extension/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ The VS extension brings you all the functions of the tooling to your Visual Stud
1717
1. Right click on the folder, where you want to install the sample project.
1818
2. Select the `JSONForms: Scaffold Seed Project` in the context menu.
1919
3. Set a custom name for your project. You can also leave the field blank, then the project name will be `jsonforms-react-seed`
20-
4. Next select, if you want to use a default schema or a custom schema.
21-
5. If you selected the custom schema, you now need to select the schema file on your PC.
22-
You can then right click on any empty folder and install the [seed](https://github.com/eclipsesource/jsonforms-react-seed) project inside it. This will clone the code from the repositories and run `npm install`
23-
6. You can also generate an UI Schema out of any valid JSON schema file by rightclicking on the schema file
20+
4. Select if you want to use a default schema or a custom schema.
21+
5a. If you've selected the custom schema option, you now need to select the schema file on your PC.
22+
5b. You can then right click on any empty folder and install the [seed](https://github.com/eclipsesource/jsonforms-react-seed) project inside it. This will clone the code from the repositories and run `npm install`
23+
6. (Optional) You can also generate an UI Schema out of any valid JSON schema file by rightclicking on the schema file
2424

25-
## Generate a default uischema
25+
## Generate a default UI schema
2626
1. Right click on a `schema.json` file.
2727
2. Select `JSONForms: Generate UI Schema`.
2828
3. Enter a name for the ui schema file (default: `uischema.json`).
2929

30-
## Preview the schema and uischema
30+
## Preview the schema and UI schema
3131
1. Right click on a `schema.json` or a `uischema.json` file.
3232
2. The editor will now ask you to select the other file (if you selected a schema file in the first step, now select the uischema file).
3333
3. Now the preview will open in split screen and show you a preview of your schema files. (Note: It can take a while to load the environment)

0 commit comments

Comments
 (0)