Skip to content

Commit 9873992

Browse files
authored
Update README.md
1 parent 6615e37 commit 9873992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
It's easy to get to "Hello World"! But what about "Hello *Panda*"?
44

5-
In a loosely defined and [hunger-fueled](https://www.google.com/search?q=hello+panda) experiment, I wanted to see how easy it would be to get from a basic "Hello World" function app to a function app that uses the power of shared code to do more (for so much less 😊).
5+
In a loosely defined and [hunger-fueled](https://www.google.com/search?q=hello+panda) experiment, I wanted to see how easy it would be to get from a basic "Hello World" function app to a function app that uses the collective power of shared code to do more (for so much less 😊).
66

7-
This project assumes that you've tried "Hello World" (the basic getting started experience) with Azure Functions written in TypeScript and shows you how easy it is to graduate to "Hello Panda".
7+
If you aren't familiar with Azure Functions, creating and exploring a "Hello World" function app in TypeScript is a great place to get started. From there, this project can help you graduate to "Hello Panda"!
88

9-
This "Hello Panda" app fetches random images and facts about pandas. The `GetPandaInfo` function is written as a backend API to return an image URL and fact in JSON form. The `HelloPanda` function returns an HTML body to demonstrate an extremely simple web page.
9+
The code here is for a function app that fetches random images and facts about pandas. The `GetPandaInfo` function is written as a backend API to return an image URL and fact in JSON form. The `HelloPanda` function returns an HTML body to demonstrate an extremely simple web page.
1010

1111
# Getting Started
1212
### Prerequisites

0 commit comments

Comments
 (0)