diff --git a/README.md b/README.md index 926c7b0..9dbeb51 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ import { initDownloader } from '@kesha-antonov/react-native-background-downloade // SOMEWHERE AT APP STARTUP useEffect(() => { - initDownloader({ type: 'parallel' }) + initDownloader({ type: 'parallel' }) }, []) ```