Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init Cake5 upgrade. #136

Merged
merged 14 commits into from
Oct 13, 2023
Prev Previous commit
Next Next commit
Fix grammar
  • Loading branch information
ADmad committed Jan 23, 2023
commit e998245e0fce3c56c1bf5306f8e1cdc7be1a17e1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -182,8 +182,8 @@ to set how null values should be displayed in the CSV.

#### Automatic view class switching

You can use the controller content negotiation feature to automatically have the
CsvView class switched in as follows.
You can use the controller's content negotiation feature to automatically have
the CsvView class switched in as follows.

Enable `csv` extension parsing using `$routes->addExtensions(['csv'])` within required
scope in your app's `routes.php`.