diff --git a/API.md b/API.md index 7199244..4215056 100644 --- a/API.md +++ b/API.md @@ -598,8 +598,6 @@ var MyForm = React.createClass({ }) ``` -Sets a class name on the form itself. - ### Formsy.Decorator The same methods as the mixin are exposed to the decorator version of the element component, though through the `props`, not on the instance. ```jsx