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.
2 parents 978c6ec + b088507 commit 147b68eCopy full SHA for 147b68e
README.md
@@ -203,7 +203,6 @@ To get the GitHub API to run locally you will need to provide a token.
203
3. **Create a file** `config.php` in the `src` directory and replace `ghp_example123` with **your token** and `DenverCoder1` with **your username**:
204
205
```php
206
-# /src/config.php
207
<?php
208
putenv("TOKEN=ghp_example123");
209
putenv("USERNAME=DenverCoder1");
0 commit comments