readme: add spaces

This commit is contained in:
Kesha Antonov
2023-07-17 12:53:11 +03:00
parent ac8c231a7d
commit d637cfca8d

View File

@@ -342,7 +342,7 @@ import { initDownloader } from '@kesha-antonov/react-native-background-downloade
// SOMEWHERE AT APP STARTUP
useEffect(() => {
initDownloader({ type: 'parallel' })
initDownloader({ type: 'parallel' })
}, [])
```