Skip to content

Commit a87f5a3

Browse files
committed
refactor(setexample): remove lib name from comment
1 parent dc7add0 commit a87f5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setExample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const logSuccess = (message) => {
5959
console.log(chalk.green.bold('Found Example Project'));
6060
logSuccess('Installing build...');
6161

62-
// create the react-native-flutterwave directory if it does not exist
62+
// create the library directory if it does not exist
6363
if (!existsSync(DESTINATION)) {
6464
logSuccess('Creating destination directory...');
6565
mkdirSync(DESTINATION);

0 commit comments

Comments
 (0)