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

Default installation typos #1

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/doc/INSTALL.md
Expand Up @@ -22,7 +22,7 @@ Add the following to your composer.json and run `php composer.phar update netgen

### Activate the bundle

Activate the bundle in `ezpublish\EzPublishKernel.php` file.
Activate the bundle in `ezpublish/EzPublishKernel.php` file.

```php
use Netgen\Bundle\EnhancedSelectionBundle\NetgenEnhancedSelectionBundle;
Expand Down
@@ -1,4 +1,4 @@
{% block ngclasslist_field %}
{% block sckenhancedselection_field %}
{% spaceless %}
{% for identifier in field.value.identifiers %}
{{ identifier }}{% if not loop.last %}, {% endif %}
Expand Down