Update 03_Requirements.md

This commit is contained in:
Juan Molina 2018-06-03 14:25:05 +02:00 committed by GitHub
parent 031f8b23ec
commit 35943ac68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,7 +334,7 @@ One common example is to block the core `jquery.js` added by various form fields
version in a custom location. This assumes you have tested your application with the newer version.
```php
Requirements::block('vendor/silverstripe/admin/thirdparty/jquery/jquery.js');
Requirements::block('silverstripe/admin:thirdparty/jquery/jquery.js');
```
<div class="alert" markdown="1">