فهرست منبع

Proofread readme in httpexample

Rune Halvorsen 15 سال پیش
والد
کامیت
659389c873
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      examples/httpexample/README.rst

+ 4 - 4
examples/httpexample/README.rst

@@ -1,14 +1,14 @@
-=======================
+======================
  Webhook Task Example
-=======================
+======================
 
 This example is a simple Django HTTP service exposing a single task
 multiplying two numbers:
 
-The multiply http callback task is in ``views.py``, mapped to an url using
+The multiply http callback task is in ``views.py``, mapped to a URL using
 ``urls.py``.
 
-There's no models, so to start it do::
+There are no models, so to start it do::
 
     $ python manage.py runserver