Skip to content

Commit 426cf95

Browse files
committed
Fixed
1 parent 060cde4 commit 426cf95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django Compressor Closure API Compile Filter
22
============================================
33

4-
Closure API filter for [Django Compressor](https://github.com/django-compressor/django-compressor)
4+
Closure API Compile Filter for [Django Compressor](https://github.com/django-compressor/django-compressor)
55

66
### Docs
77

django_compressor_closure_api_compile_filter/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
class ClosureAPICompileFilter(CallbackOutputFilter):
55
dependencies = ['requests']
6-
callback = 'compiler.minify'
6+
callback = 'django_compressor_closure_api_compile_filter.compiler.minify'

0 commit comments

Comments
 (0)