Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjinwright committed May 15, 2018
1 parent e1f6cba commit 40505c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ env('SOMEVAR','default value for that var',var_type='string',allow_none=True)
```python
>>>from envs import env

>>>env('SERVER_NAMES',var_type='list')
>>>env('SERVER_NAMES',var_type='tuple')
('coastal','inland','western')
```

Expand Down

0 comments on commit 40505c8

Please sign in to comment.