Skip to content

Commit

Permalink
url_ping -> url-ping
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Aug 25, 2017
1 parent d4ac949 commit bb09c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ provider:
functions:
url-ping:
lang: python
handler: ./sample/url_ping
handler: ./sample/url-ping
image: alexellis2/faas-urlping
```
This url_ping function is defined in the samples/url__ping folder makes use of Python. All we had to do was to write a `handler.py` file and then to list off any Python modules in `requirements.txt`.
This url-ping function is defined in the sample/url-ping folder makes use of Python. All we had to do was to write a `handler.py` file and then to list off any Python modules in `requirements.txt`.

* Build the files in the .yml file:

Expand Down

0 comments on commit bb09c6a

Please sign in to comment.