We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147b68e commit aeb46bfCopy full SHA for aeb46bf
CONTRIBUTING.md
@@ -44,8 +44,8 @@ To get the GitHub API to run locally you will need to provide a token.
44
3. Add a note (ex. **"GitHub Readme Streak Stats"**), then scroll to the bottom and click **"Generate token."**
45
4. **Copy** the token to your clipboard.
46
5. **Create** a file `config.php` in the `src` directory and replace `ghp_example123` with **your token** and `DenverCoder1` with **your username**:
47
+
48
```php
-# /src/config.php
49
<?php
50
putenv("TOKEN=ghp_example123");
51
putenv("USERNAME=DenverCoder1");
@@ -73,4 +73,4 @@ Run the following command to run the PHPUnit test script which will verify that
73
74
```bash
75
composer test
76
-```
+```
0 commit comments