From 269e5013362a8f73f8fee267405acb4012f3fad9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 3 Jan 2018 09:25:21 +0100 Subject: [PATCH] Updated README. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a2c7d8..f278526 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# [Morse Converter (web)](https://marcel-kapfer.de/writtenmorse/morseconverter) +# [Morse Converter (web)](https://mmk2410.org//morseconverter) -This is a Morse and [writtenMorse](https://marcel-kapfer.de/writtenmorse) converter for the web. With mobile-first in mind I tried to create a beautiful converting experience. The webapp comes with [Material design](https://google.com/design) and with enhanced features (like instant converting) to simplify the converting time. +This is a Morse and [writtenMorse](https://gitlab.com/mmk2410/writtenmorse-specs/wikis/Home) converter for the web. With mobile-first in mind I tried to create a beautiful converting experience. The webapp is designed following the [Material design](https://material.io/) specifications and with enhanced features (like instant converting) to simplify the converting time. ## Use it -The webapp can be accessed at [marcel-kapfer.de/writtenmorse/morseconverter](https://marcel-kapfer.de/writtenmorse/morseconverter). +The webapp is accessible at [mmk2410.org/morseconverter](https://mmk2410.org//morseconverter). ## Contribute @@ -14,7 +14,12 @@ The webapp can be accessed at [marcel-kapfer.de/writtenmorse/morseconverter](htt 4. Check if the code passes the tests. (`pub run test`). A code which does not passes the tests will not merged. 5. Commit your changes (`git commit -am 'Add some feature'`) 6. Push to the branch (`git push origin my-new-feature`) -7. Create New Pull Request +7. Create new merge request + +## Technologies + +* Polymer and JavaScript for the front end. +* Dart for the converting engine. ## Build