Skip to content

Commit 2af2ed1

Browse files
author
Rémy HUBSCHER
committed
Update readme
1 parent 361a703 commit 2af2ed1

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CONTRIBUTORS.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Contributors
2+
============
3+
4+
* Aarni Koskela <[email protected]>
5+
* Aitzol Naberan <[email protected]>
6+
* Aljosa Mohorovic <[email protected]>
7+
* Andy Venet <[email protected]>
8+
* BakaNeko <[email protected]>
9+
10+
* Craig de Stigter <[email protected]>
11+
* Dan Moore <[email protected]>
12+
* David Harks <[email protected]>
13+
* Fred Stluka <[email protected]>
14+
* Guilherme Rezende <[email protected]>
15+
* Hugo Des <[email protected]>
16+
* Ian Bruce <[email protected]>
17+
* Jaap Roes <[email protected]>
18+
* James Cleveland <[email protected]>
19+
* Jason Davies <[email protected]>
20+
* Joel Burton <[email protected]>
21+
* Jonathan D. Baker <[email protected]>
22+
* Joost Cassee <[email protected]>
23+
* Lee Semel <[email protected]>
24+
* Matt Archibald <[email protected]>
25+
* Peter van Kampen <[email protected]>
26+
* Piet Delport <[email protected]>
27+
* Pokutnik Alexandr <[email protected]>
28+
* Quadracik <[email protected]>
29+
* Rémy HUBSCHER <[email protected]>
30+
* Steffen Jasper <[email protected]>
31+
* Tim Saylor <[email protected]>
32+
* Venelin Stoykov <[email protected]>
33+
* Zuzel Vera <[email protected]>

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Add tinymce.urls to urls.py for your project:
2828

2929
.. code-block::
3030
31-
urlpatterns = patterns('',
31+
urlpatterns = [
3232
...
3333
url(r'^tinymce/', include('tinymce.urls')),
34-
)
34+
]
3535
3636
In your code:
3737

0 commit comments

Comments
 (0)