From dd8a8780c175c0e8afded3bfabed3c99c75b4eab Mon Sep 17 00:00:00 2001 From: Florian Fechner Date: Mon, 13 May 2019 15:18:25 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2fea90..2dc67de 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ A Web Component for visualizing an chemical element built with LitElement. It's part of the [Elements](https://github.com/FlorianFe/Elements) Electron Application. You can find a full list of element symbols on [Wikipedia](https://simple.wikipedia.org/wiki/List_of_elements_by_symbol). -## Preview +## 🖼 Preview ![Screenshot](https://florianfe.github.io/screenshots/chemical-element-visualisation/screenshot-1.png) -## Installation +## 💾 Installation ``` npm install --save chemical-element-visualisation ``` -## Usage +## 🚀 Usage ``` @@ -29,3 +29,6 @@ npm install --save chemical-element-visualisation ``` + +## 📖 License +[MIT License](https://mit-license.org/) From bb8edd0270baa64304d0a6dcdf738eab5fc91b4f Mon Sep 17 00:00:00 2001 From: Florian Fechner Date: Mon, 13 May 2019 15:19:14 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc67de..912fe7a 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ npm install --save chemical-element-visualisation ``` ## 📖 License -[MIT License](https://mit-license.org/) +[MIT License](https://github.com/FlorianFe/chemical-element-visualisation/blob/master/LICENSE.txt)