WebChemistry / images

Image storage for Nette Framework
36 stars 20 forks source link

A mistake in docu #14

Closed igorpocta closed 8 years ago

igorpocta commented 8 years ago

There is a mistake in the documentation.

extensions:
    images: WebChemistry\Images\DI\ImagesExtension

Correct is Extension, because in the file you have got these lines:

<?php namespace WebChemistry\Images\DI; use Nette; use WebChemistry\Images\ImageStorageException; class Extension extends Nette\DI\CompilerExtension {

MartkCz commented 8 years ago

I have master branch as default. This branch contains features, BC breaks and this is one of them, because I want release version 2.2 soon.

Branch 2.1 is here