From 0f6d1797cf07a1c166812867e9792ff557ff4594 Mon Sep 17 00:00:00 2001 From: PsiActual Date: Tue, 15 Jan 2019 18:56:59 -0500 Subject: [PATCH] Changed the wording and added a link (#32143) Made some grammatical changes for ease of readability, fixed a punctuation error, and added a link to Salesforce.com's acquisition announcement. --- guide/english/cloud-development/heroku/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/english/cloud-development/heroku/index.md b/guide/english/cloud-development/heroku/index.md index 1135c6801f..883e466688 100644 --- a/guide/english/cloud-development/heroku/index.md +++ b/guide/english/cloud-development/heroku/index.md @@ -1,10 +1,10 @@ --- title: Heroku --- - ## Heroku -Heroku is a cloud platform as a service (PaaS) supporting several programming languages that is used as a web application deployment model. Heroku, one of the first cloud platforms, has been in development since June 2007, when it supported only the Ruby programming language. It now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go. For this reason, Heroku is said to be a polyglot platform as it lets the developer build, run and scale applications in a similar manner across all the languages. Heroku was acquired by Salesforce.com in 2010 for $212 million +## Heroku +Heroku is a cloud Platform as a Service (PaaS) supporting several programming languages that is used as a web application deployment model. One of the first cloud platforms, Heroku has been in development since June 2007. Initially it supported only the Ruby programming language, but now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go. For this reason, Heroku is said to be a polyglot platform as it lets the developer build, run and scale applications in a similar manner across all the languages. Heroku was acquired by Salesforce.com in 2010 for $212 million. + #### More Information: - - * Wikipedia - * [Heroku](https://www.heroku.com/) +* [Wikipedia](https://en.wikipedia.org/wiki/Heroku) +* [Heroku](https://www.heroku.com/)