Skip to content

Commit 93c28aa

Browse files
committed
Fixed conflict.
2 parents b8811ba + 2a92723 commit 93c28aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ oneup_uploader:
8686
8787
### Step 4: Prepare your frontend
8888
89-
Currently the OneupUploaderBundle supports four different kind of frontends. ([FineUploader](http://fineuploader.com/), [jQuery File Uploader](http://blueimp.github.io/jQuery-File-Upload/), [YUI3 Uploader](http://yuilibrary.com/yui/docs/uploader/), [Uploadify](http://www.uploadify.com/)) No matter what library you choose, be sure to connect the corresponding endpoint property to the dynamic route created from your mapping. To get a url for a specific mapping you can use the `oneup_uploader.templating.uploader_helper` service as follows:
89+
No matter what library you choose, be sure to connect the corresponding endpoint property to the dynamic route created from your mapping. To get a url for a specific mapping you can use the `oneup_uploader.templating.uploader_helper` service as follows:
9090

9191
```php
9292
$helper = $this->container->get('oneup_uploader.templating.uploader_helper');
@@ -134,4 +134,4 @@ FineUploaders _delete Feature_ is using generated unique names we would have to
134134

135135
> Why didn't you implement the _delete_ feature provided by another library?
136136

137-
See the answer to the previous question and replace _FineUploader_ by the library you have chosen.
137+
See the answer to the previous question and replace _FineUploader_ by the library you have chosen.

0 commit comments

Comments
 (0)