Commit aef06aef authored by Roman Lacko's avatar Roman Lacko
Browse files

fix syntax highlight in Readme

parent c27f079a
......@@ -4,7 +4,7 @@ Lightweight implementation of [GitLab CE API](https://docs.gitlab.com/ce/api/) i
## Quick start
```{.pl}
```perl
use GitLab;
my $gitlab = GitLab::API->new(
......@@ -41,4 +41,4 @@ my $groups = $gitlab->groups(search => "pb161");
## Author
Roman Lacko <[`xlacko1@fi.muni.cz`](mailto:xlacko1@fi.muni.cz)>
\ No newline at end of file
Roman Lacko <[`xlacko1@fi.muni.cz`](mailto:xlacko1@fi.muni.cz)>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment