Skip to content

Commit

Permalink
Change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kulakov committed Jul 27, 2013
1 parent b2969e8 commit 04fcf9a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -113,11 +113,6 @@ Please note that unlike `breve.Template` which searches for template files under
`pyramid_breve` renderer uses `asset specification` to locate and load templates.

```python
@view_config(route_name='home', renderer='templates/index.b')
def home_view(request):
return {}


@view_config(route_name='login', renderer='my.lovely.package:templates/login.b')
def login_view(request):
return {}
Expand Down

0 comments on commit 04fcf9a

Please sign in to comment.