Skip to content

Commit 38f7343

Browse files
author
okajax
committed
update readme
1 parent fbdd028 commit 38f7343

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ And, set a connect string for your Blob Storage account.
2929

3030
### Replace codes for your project.
3131

32-
#### __init__.py
33-
```
32+
#### HttpTrigger/__init__.py
33+
```HttpTrigger/__init__.py
3434
container_client = blob_service_client.get_container_client('<your_container>')
3535
```
3636

3737

3838
#### Pipfile
39-
```
39+
```Pipfile
4040
deploy = "func azure functionapp publish <your_project> --python"
4141
```
4242

@@ -47,7 +47,7 @@ $ pipenv install # if you hav trouble, just do it. $ pipenv --three --python=`w
4747
$ pipenv run start
4848
```
4949

50-
### Deploy to cloud :cloud_lightning:
50+
### Deploy to cloud :zap:
5151

5252
```
5353
$ pipenv run deploy

0 commit comments

Comments
 (0)