Skip to content

Commit a07e65c

Browse files
authored
Merge pull request #186 from kichloo/patch-1
Update README.md
2 parents 2019cfd + 4b1bd9d commit a07e65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ npx @api-platform/client-generator https://demo.api-platform.com/docs.json?spec_
4242
* Generate high-quality ES6 components and files built with [React](https://facebook.github.io/react/), [Redux](http://redux.js.org), [React Router](https://reacttraining.com/react-router/) and [Redux Form](http://redux-form.com/) including:
4343
* A list view
4444
* A creation form
45-
* An edition form
45+
* An editing form
4646
* A deletion button
4747
* Use the Hydra or Swagger API documentation to generate the code
4848
* Generate the suitable HTML5 input type (`number`, `date`...) according to the type of the API property
4949
* Display of the server-side validation errors under the related input (if using API Platform Core)
5050
* Client-side validation (`required` attributes)
51-
* The generated HTML is compatible with [Bootstrap](https://getbootstrap.com/) and include mandatory classes
51+
* The generated HTML is compatible with [Bootstrap](https://getbootstrap.com/) and includes mandatory classes
5252
* The generated HTML code is accessible to people with disabilities ([ARIA](https://www.w3.org/WAI/intro/aria) support)
5353
* The Redux and the React Router configuration is also generated
5454

0 commit comments

Comments
 (0)