Skip to content

Commit

Permalink
Merge pull request #20 from florianv/doc
Browse files Browse the repository at this point in the history
Updated doc
  • Loading branch information
florianv committed Oct 9, 2016
2 parents fa2b288 + 302b939 commit 3b0d7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ $rate->getValue();
$rate->getDate()->format('Y-m-d');

// Get the EUR/USD rate yesterday
$rate = Swap::historical('EUR/USD', Carbon::yesterday());
$rate = Swap::historical('EUR/USD', Carbon\Carbon::yesterday());
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/readme.md
Expand Up @@ -77,7 +77,7 @@ $rate->getValue();
$rate->getDate()->format('Y-m-d');

// Get the EUR/USD rate yesterday
$rate = Swap::historical('EUR/USD', Carbon::yesterday());
$rate = Swap::historical('EUR/USD', Carbon\Carbon::yesterday());
```

## Cache
Expand Down

0 comments on commit 3b0d7ea

Please sign in to comment.