Skip to content

Commit

Permalink
another readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Nov 11, 2010
1 parent 6541563 commit db6c396
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,12 @@ h3. Using Little Chef as a library

You can import littlechef.py into your own project. The following script is equivalent to using the @cook@ orders:

```python
import littlechef

bc. import littlechef
littlechef.env.user = 'MyUsername'
littlechef.env.password = 'MyPassword'
littlechef.env.host_string = 'MyHostnameOrIP'
littlechef.recipe('MYRECIPE')
littlechef.configure()
```

h3. Getting help

Expand Down

0 comments on commit db6c396

Please sign in to comment.