From e4f13373fbfab879d4b55a27b7e1181e8ce5c5c3 Mon Sep 17 00:00:00 2001 From: Joseph Meis Date: Thu, 21 May 2020 17:00:25 -0500 Subject: [PATCH] docs(readme): update language links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfeed05..5eccb95 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@

-# Create and deploy a Python Flask cloud application +# Create and deploy a Python Flask application -> We have applications available for [Node.js Express](https://github.com/IBM/node-express-app), [Go Gin](https://github.com/IBM/go-gin-app), [Python Flask](https://github.com/IBM/python-flask-app), [Python Django](https://github.com/IBM/python-django-app), [Java Spring](https://github.com/IBM/java-spring-app), [Java Liberty](https://github.com/IBM/java-liberty-app), and [Swift Kitura](https://github.com/IBM/swift-kitura-app). +> We have applications available for [Node.js Express](https://github.com/IBM/node-express-app), [Go Gin](https://github.com/IBM/go-gin-app), [Python Flask](https://github.com/IBM/python-flask-app), [Python Django](https://github.com/IBM/python-django-app), [Java Spring](https://github.com/IBM/java-spring-app), [Java Liberty](https://github.com/IBM/java-liberty-app), [Swift Kitura](https://github.com/IBM/swift-kitura-app), [Android](https://github.com/IBM/android-app), and [iOS](https://github.com/IBM/ios-app). In this sample application, you will create a Python cloud application using Flask. This application contains an opinionated set of files for web serving: