Skip to content

Commit e79e4fb

Browse files
committed
Tweak readme formatting
1 parent 5380f18 commit e79e4fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ It should have:
77
* Support for an async handler on each step - for example, values from step 1 might be processed asynchronously and used in step 2.
88
* Support for building a composite state across the steps, to be submitted at the end of the wizard.
99

10-
You are welcome to use a component library for look, feel and basic components (we use antd - https://ant.design/) but
11-
please implement the wizard yourself.
10+
You are welcome to use a component library for look, feel and basic components (we use antd - https://ant.design/) but please implement the wizard yourself.
1211

1312
To demonstrate the component, the following example use-case can be used:
1413

1514
**Wizard step 1:**
15+
1616
* Collect a name (up to 63 characters) and description (multiline), the async handler for this step should post the name for validation to a back end.
1717

1818
**Wizard step 2:**
19-
* Given a fixed list of possible 'features' that can be selected, each having a
20-
name and description, allow the user to select one or more 'features' to
21-
enable.
19+
20+
* Given a fixed list of possible 'features' that can be selected, each having a name and description, allow the user to select one or more 'features' to enable.
2221

2322
**Wizard step 3:**
24-
* Show a summary of the name, description, and the names of features that
25-
have been enabled. Finishing the wizard should submit the values to an
26-
asynchronous back end.
23+
24+
* Show a summary of the name, description, and the names of features that have been enabled. Finishing the wizard should submit the values to an asynchronous back end.
2725

2826
**Dummy back end**
27+
2928
For the purposes of this task, please use the dummy back-end in src/api/dummy-api.ts.
3029

3130
**Running this skeleton project**
31+
3232
Use `npm run dev` to run in development mode.
3333

3434
Submitting a PR to this repository will cause the site to be built and a preview generated.

0 commit comments

Comments
 (0)