diff --git a/README.md b/README.md index 736f06b..79991d5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ import { } from 'react-airplay'; const App = () => { - // with hooks const isAirplayConnected = useAirplayConnectivity(); const isExternalPlaybackAvailable = useExternalPlaybackAvailability();