Skip to content

Commit b088507

Browse files
authored
Remove directory from config.php example
1 parent 978c6ec commit b088507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ To get the GitHub API to run locally you will need to provide a token.
203203
3. **Create a file** `config.php` in the `src` directory and replace `ghp_example123` with **your token** and `DenverCoder1` with **your username**:
204204

205205
```php
206-
# /src/config.php
207206
<?php
208207
putenv("TOKEN=ghp_example123");
209208
putenv("USERNAME=DenverCoder1");

0 commit comments

Comments
 (0)