diff options
| author | Tom Christie | 2013-03-13 20:53:39 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-03-13 20:53:39 +0000 | 
| commit | 08bc203f905f838fdcc2f7cc09b91eab4e595bd1 (patch) | |
| tree | 691058e353aae9594c7e9747a94085ab41327af3 /docs/template.html | |
| parent | acc8c1faa4f85dda00723d755e56bb3c980dbc75 (diff) | |
| download | django-rest-framework-08bc203f905f838fdcc2f7cc09b91eab4e595bd1.tar.bz2 | |
Docs tweaks.
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index e0f88daf..08620882 100644 --- a/docs/template.html +++ b/docs/template.html @@ -2,7 +2,7 @@  <html lang="en">  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">      <meta charset="utf-8"> -    <title>Django REST framework</title> +    <title>Django REST framework - APIs made easy.</title>      <link href="{{ base_url }}/img/favicon.ico" rel="icon" type="image/x-icon">      <meta name="viewport" content="width=device-width, initial-scale=1.0">      <meta name="description" content="">  | 
