Skip to content

Commit 34709a8

Browse files
committed
docs: update README
1 parent cdb75fd commit 34709a8

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,28 @@
33
`VueFormBuilder` is a Vue plugin that automatically generates beautiful forms
44
from declarative rules.
55

6-
1. [Features](#features)
7-
2. [Demo](#demo)
8-
3. [Example](#example)
9-
4. [Installation](#installation)
10-
5. [Configuration](#configuration)
11-
- [Properties](#props)
6+
- [VUE FORM BUILDER](#vue-form-builder)
7+
- [FEATURES](#features)
8+
- [DEMO](#demo)
9+
- [EXAMPLE](#example)
10+
- [INSTALLATION](#installation)
11+
- [CSS](#css)
12+
- [CONFIGURATION](#configuration)
13+
- [Props](#props)
1214
- [Fields](#fields)
1315
- [Syntax](#syntax)
1416
- [Aliases](#aliases)
15-
- [UI Frameworks integration](#integration-with-ui-frameworks)
16-
- [Component Providers](#providers)
17+
- [Integration with UI frameworks](#integration-with-ui-frameworks)
18+
- [Providers](#providers)
1719
- [Custom components](#custom-components)
1820
- [Defaults](#defaults)
1921
- [Model](#model)
2022
- [Feedback](#feedback)
2123
- [Validation](#validation)
2224
- [Events](#events)
23-
6. [Roadmap](#roadmap)
24-
7. [Contributing](#contributing)
25-
8. [License](#license)
25+
- [ROADMAP](#roadmap)
26+
- [CONTRIBUTING](#contributing)
27+
- [LICENSE](#license)
2628

2729
## FEATURES
2830

@@ -51,7 +53,7 @@ There is also another demo, but for `Vue2`, available on CodeSandbox:
5153
- [live demo and code](https://codesandbox.io/s/vue-form-builder-demo-4rxmw4)
5254
- [code](https://github.com/uwla/vue-form-builder-demo)
5355

54-
The demo for `Vue2` (built with an earlier version of this plugin) can also be
56+
The demo for `Vue2` (built with an earlier version of this plugin) can also be
5557
replicated in `Vue3` with the latest versions of this plugin. So, both demos are
5658
worth playing with.
5759

@@ -1001,4 +1003,4 @@ Contributions are welcome. Fork the repo, then make a PR.
10011003

10021004
## LICENSE
10031005

1004-
MIT
1006+
MIT.

0 commit comments

Comments
 (0)