a149b705 by Joshua Tundag

update readme

1 parent 020151c7
......@@ -3,6 +3,8 @@ Flag Manager for Baytech Sites.
## Installation
In your `composer.json` add:
```json
{
...
......@@ -19,7 +21,9 @@ Flag Manager for Baytech Sites.
}
```
## Define Flag Directory in your constants.php file
## Define Flag Directory
In your `constants.php` file add:
```php
define('FLAGS_DIR', '<Desired directory to store flags.json file>');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!