Small fixes after first review

This commit is contained in:
Michael Williams
2017-09-29 08:50:59 -06:00
parent a036436d4e
commit 144fb1791c
2 changed files with 3 additions and 3 deletions

View File

@@ -153,4 +153,4 @@ For more information, see: [https://github.com/fnproject/ui](https://github.com/
### Check out the [Tutorial Series](examples/tutorial/)
It will demonstrate some of Fn capabilities through a series of exmaples. We'll try to show examples in most major languages. This is a great place to start!
The series will demonstrate some of the core Fn capabilities through a series of exmaples. We'll try to show examples in most major languages. This is a great place to start!

View File

@@ -1,7 +1,7 @@
# Tutorial Series
Welcome to the Oracle Functions Tutorial Series, the best way to get started with Oracle Functions and serverless computing. In the following tutorials, we'll gradually introduce many of the key features of Oracle Functions.
Welcome to the Fn Tutorial Series, the best way to get started with Fn and serverless computing. In the following tutorials, we'll gradually introduce many of the key features of Fn.
## Guided Tour
@@ -25,7 +25,7 @@ Learn how to get parameters from a web request. [Click here](params)
Write your first HotFunction (stays alive to minimize latency between requests). [Click here](hotfunctions/http)
## Oracle Open World Tutorials
## Other Tutorials
* [Introduction to Fn](https://github.com/fnproject/tutorials/tree/master/Introduction)
* [Introduction to Java Fn](https://github.com/fnproject/tutorials/tree/master/JavaFDKIntroduction)