diff --git a/LICENSE b/LICENSE index d8e561e950..4117bfae03 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Jed Watson +Copyright (c) 2018 Jed Watson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e645a74891..7bcd9361a6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ class App extends React.Component { render() { const { selectedOption } = this.state; const value = selectedOption && selectedOption.value; - + return (