Skip to content

Commit aeb46bf

Browse files
authored
docs(contributing): Remove directory from config.php example
1 parent 147b68e commit aeb46bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ To get the GitHub API to run locally you will need to provide a token.
4444
3. Add a note (ex. **"GitHub Readme Streak Stats"**), then scroll to the bottom and click **"Generate token."**
4545
4. **Copy** the token to your clipboard.
4646
5. **Create** a file `config.php` in the `src` directory and replace `ghp_example123` with **your token** and `DenverCoder1` with **your username**:
47+
4748
```php
48-
# /src/config.php
4949
<?php
5050
putenv("TOKEN=ghp_example123");
5151
putenv("USERNAME=DenverCoder1");
@@ -73,4 +73,4 @@ Run the following command to run the PHPUnit test script which will verify that
7373

7474
```bash
7575
composer test
76-
```
76+
```

0 commit comments

Comments
 (0)