Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym authored Aug 10, 2017
1 parent 39e27bd commit d80a529
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,11 @@ $available = [
'text/html' => 'prod-html-app',
'application/hal+json' => 'prod-hal-app',
'application/json' => 'prod-app',
'*' => 'prod-html-app'
'cli' => 'cli-html-app'
],
'Accept-Language' => [
'ja' => 'ja',
'en-US' => 'us',
'*' => 'us'
'en-US' => 'us'
]
];
$accept = new \BEAR\Accept\Accept($available);
Expand Down Expand Up @@ -121,4 +120,4 @@ class JaModule extends AbstractModule

# Requirements

* php7.0+
* php7.0+

0 comments on commit d80a529

Please sign in to comment.