Skip to content

Commit

Permalink
Merge pull request #115 from snoek09/fix-readme-example
Browse files Browse the repository at this point in the history
Code example in README file leads to 404 error because of false API handling.
  • Loading branch information
Konafets committed Oct 21, 2016
2 parents 8adb1d1 + 92c67f9 commit d8465d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Provides an implementation of the Guzzle Command library that uses Guzzle servic
'operations' => [
'testing' => [
'httpMethod' => 'GET',
'uri' => '/get/{foo}',
'uri' => '/get{?foo}',
'responseModel' => 'getResponse',
'parameters' => [
'foo' => [
Expand Down

0 comments on commit d8465d5

Please sign in to comment.