From 7cc1be8d32f0336598bb52eccb41e91f5d4cf446 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Khac Date: Tue, 23 Feb 2021 13:54:04 +1300 Subject: [PATCH] Remove README typo --- README.md | 1 - 1 file changed, 1 deletion(-) 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();