Updated docs for cli flag changes.

This commit is contained in:
Travis Reeder
2017-09-07 15:53:28 -07:00
parent 3d8ca450bb
commit e56d555c3e
17 changed files with 26 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ This function executes an INSERT or SELECT against a table in a given postgres s
```
# Create your func.yaml file
fn init <YOUR_DOCKERHUB_USERNAME>/func-postgres
fn init --name func-postgres
# Build the function
fn build
# Test it