diff --git a/README.md b/README.md index 3db34dc05..e2c238c73 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,9 @@ you can update your code and run ```fn deploy myapp``` again. ## To Learn More -- Walk through the following [tutorial series](docs/tutorial) +- Visit our Functions [Tutorial Series](examples/tutorial/) - See our [full documentation](docs/README.md) -- View our [examples directory](/examples) +- View all of our [examples](/examples) - You can also write your functions in AWS [Lambda format](docs/lambda/README.md) ## Get Involved diff --git a/examples/tutorial/index.md b/examples/tutorial/README.md similarity index 61% rename from examples/tutorial/index.md rename to examples/tutorial/README.md index 530d72ddc..1df9b7924 100644 --- a/examples/tutorial/index.md +++ b/examples/tutorial/README.md @@ -1,6 +1,9 @@ # 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. + 1. [Tutorial 1](examples/tutorial/hello): Learn the basics about sending data into your function 2. [Tutorial 2](examples/tutorial/params): Learn how to get parameters from a web request 3. [Tutorial 3](examples/tutorial/hotfunctions): Write your first HotFunction (stays alive to minimze latency between requests)