Skip to content

Commit e259835

Browse files
oliviertassinarierikras
authored andcommitted
Official wording of Material-UI (#191)
1 parent 75b1d68 commit e259835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const MyForm = () => (
115115
* [Hybrid Synchronous/Asynchronous Record-Level Validation](#hybrid-synchronousasynchronous-record-level-validation)
116116
* [Submission Errors](#submission-errors)
117117
* [Third Party Components](#third-party-components)
118-
* [Material UI 1.0](#material-ui-10)
118+
* [Material-UI 1.0](#material-ui-10)
119119
* [💥 Performance Optimization Through Subscriptions 💥](#-performance-optimization-through-subscriptions-)
120120
* [Independent Error Component](#independent-error-component)
121121
* [Loading and Initializing Values](#loading-and-initializing-values)
@@ -256,9 +256,9 @@ Demonstrates how easy it is to use third party input components. All the third
256256
party component really needs is `value` and `onChange`, but more complex
257257
components can accept things like errors.
258258

259-
### [Material UI 1.0](https://codesandbox.io/s/2z5y03y81r)
259+
### [Material-UI 1.0](https://codesandbox.io/s/2z5y03y81r)
260260

261-
Demonstrates how to use Material UI 1.0 input components.
261+
Demonstrates how to use Material-UI 1.0 input components.
262262

263263
### 💥 [Performance Optimization Through Subscriptions](https://codesandbox.io/s/32r824vxy1) 💥
264264

0 commit comments

Comments
 (0)