Browse Source

Update README.md

Added info about cred.php
master
Rohan Verma 9 years ago
parent
commit
524f6de52a
  1. 11
      README.md

11
README.md

@ -1,2 +1,13 @@
# net-neutral
Facebook profile picture overlay creater
#credentials
Please add a file named `cred.php` to the folder and add the following lines in them:
```
<?php
$_YOUR_APP_ID = 'XYZ';
$_YOUR_APP_SECRET = 'XYZ';
?>
```

Loading…
Cancel
Save