Browse Source

Update 'README.md'

Joachim Marthinsen Giæver 6 years ago
parent
commit
1fec347d41
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -10,7 +10,7 @@ A guide on how to use will come shortly!
 
 Clone the repo. Set the `API_URL` and `API_TOKEN` in the index-file. 
 
-```php
+```
 
 $client =  new \Client\GogsAPI(API_URL, API_TOKEN);
 
@@ -22,4 +22,5 @@ $repos = $me->get("/repos")->load();
 // Loop through every repo
 for($repo = $repos->current(); $repo != false; $repo = $repos->next())
     var_dump($repo);
+```