Skip to content

Commit a48b861

Browse files
committed
fixed some errors
1 parent 33a2b20 commit a48b861

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Django Magic Embed
44
What is it?
55
------------
66

7-
Magic Embed are an easy and simple template tags and tools to embed video and get thumbnails form them.
7+
Magic Embed are an easy and simple template tags and tools to embed video and get thumbnails from them.
88

99
Screenshots
1010
--------------
@@ -19,11 +19,15 @@ How to install it?
1919
-------------------
2020

2121
If you have a requeriments list add this to your requeriments
22-
1. <code>magicembed==0.2</code>
22+
23+
1. <code>magicembed==(version)</code>
24+
2325
2. <code>pip install -r requirements.txt</code>
2426

2527
Or if you use setup.py
28+
2629
1. add magicembed to **INSTALLED_APPS**
30+
2731
2. run <code>python setup.py install</code>
2832

2933
How to use
@@ -34,14 +38,15 @@ First add this in the template to load the template tags
3438

3539
Now if you need a embed video add this
3640

37-
<code>{{ video|magicembed:"640x480" }}</code>
41+
<code>{{ video|magicembed:"width x height" }}</code>
3842

3943
Or to get a thumbnail url
4044

4145
{{ video|magicthumbnail }}
4246

4347
How to contrib
4448
----------------
49+
4550
1. Fork it ( http://github.com/fitoria/django-magicembed/fork )
4651
2. Create your feature branch (`git checkout -b my-new-feature`)
4752
3. Commit your changes (`git commit -am 'Add some feature'`)

0 commit comments

Comments
 (0)