From 7e866593fe2800442fbb7bd0a9975ee19e3b40ac Mon Sep 17 00:00:00 2001 From: Hillary Fraley Date: Tue, 4 Oct 2016 15:00:53 -0400 Subject: [PATCH] Fixed typos and format inconsistencies (#1114) --- source/developers/development.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/developers/development.markdown b/source/developers/development.markdown index dd073e52c3b..a926ff185bb 100644 --- a/source/developers/development.markdown +++ b/source/developers/development.markdown @@ -9,11 +9,11 @@ sharing: true footer: true --- -Home Assistant is built from the ground up to be easily-extensible by other developers using components. It uses [Python 3](https://www.python.org/) for the backend and [Polymer (Web components)](https://www.polymer-project.org/) for the frontend. +Home Assistant is built from the ground up to be easily extensible using components. Home Assistant uses [Python 3](https://www.python.org/) for the backend and [Polymer (Web components)](https://www.polymer-project.org/) for the frontend. -Home Assistant is open-source and MIT licensed. The source can be found here: +Home Assistant is open-source and MIT-licensed. Here are links to the source:: - - [home-assistant](https://github.com/home-assistant/home-assistant) - Python server backend - - [home-assistant-js](https://github.com/home-assistant/home-assistant-js) - JavaScript backend powering the client - - [home-assistant-polymer](https://github.com/home-assistant/home-assistant-polymer) - Polymer UI + - [home-assistant](https://github.com/home-assistant/home-assistant): Python server backend. + - [home-assistant-js](https://github.com/home-assistant/home-assistant-js): JavaScript backend that powers the client. + - [home-assistant-polymer](https://github.com/home-assistant/home-assistant-polymer): Polymer UI.