reason-react
reason-react copied to clipboard
Fix #639: unused variable in website example
Fixes #639 .
I've changed "Hello!" to "Hello " ++ name and not "Hello " ++ name ++ "!" in order to keep the example as minimal as possible.
I'm not entirely sure whether I fixed the example in the right place, (in the source, and not in some generated output), please double check.