From f88909e5f4b34baffb13b1a3dc09eb50caaf16ad Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Sun, 26 Feb 2017 14:28:56 +0100 Subject: [PATCH] about the project --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44299de..7cbe493 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A list of Vue.js / D3.js [examples](https://github.com/corpglory/d3vue/tree/mast ## Goals -* Help to learn Vue.js by people who already know D3.js +* Collect best practices +* Make edu materials for Vue.js/D3.js learners * Show advantages of using D3.js on top of Vue.js -* Collect best practices of problem solving with good software design ## Build Setup diff --git a/package.json b/package.json index 9d0ec72..60bb74f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "d3vue", "version": "1.0.0", - "description": "An example project of how use Vue.js with D3.js", - "author": "CorpGlory ", + "description": "An educational with list of Vue.JS vs D3.js examples", + "author": "Alexey Velikiy [CorpGlory] ", "private": true, "scripts": { "dev": "node build/dev-server.js",