From 144fb1791c9e16be97ec2090043560fa2ee8f3db Mon Sep 17 00:00:00 2001 From: Michael Williams Date: Fri, 29 Sep 2017 08:50:59 -0600 Subject: [PATCH] Small fixes after first review --- README.md | 2 +- examples/tutorial/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 971411432..5ec6e2d77 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/examples/tutorial/README.md b/examples/tutorial/README.md index 01475760a..24866749f 100644 --- a/examples/tutorial/README.md +++ b/examples/tutorial/README.md @@ -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) \ No newline at end of file