3 ticks to 1

This commit is contained in:
Chad Arimura
2017-05-26 17:20:23 -07:00
parent 1e90fc4459
commit e89be5eed7

View File

@@ -110,7 +110,7 @@ curl http://localhost:8080/r/myapp/hello
Or in a browser: [http://localhost:8080/r/myapp/hello](http://localhost:8080/r/myapp/hello) Or in a browser: [http://localhost:8080/r/myapp/hello](http://localhost:8080/r/myapp/hello)
That's it! You just deployed your first function and called it. Now to update your function That's it! You just deployed your first function and called it. Now to update your function
you can update your code and run ```fn deploy myapp``` again. you can update your code and run `fn deploy myapp` again.
## To Learn More ## To Learn More