Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
florianv committed Oct 9, 2016
1 parent fa2b288 commit 302b939
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 302b939

Please sign in to comment.