Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 1e9bfec

Browse files
authored
Update README.md
1 parent fffdc77 commit 1e9bfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You need the _babel-plugin-transform-decorators_ plugin to use the ``@Input`` de
109109
If you don't want or cannot add this plugin to you webpack config you need to use the HOC as a
110110
function (like the ``connect()`` HOC of Redux).
111111

112-
Example: ``export default input()(BasicInput)``
112+
Example: ``export default Input(BasicInput)``
113113

114114
See the [Babel Documentation](https://babeljs.io/docs/plugins/transform-decorators/) for a detailed guide
115115
about how to add decorators to your application.

0 commit comments

Comments
 (0)