From 2e3aa74f44e276fc1e3b5193bcb11bb37f04f09a Mon Sep 17 00:00:00 2001 From: Christian Dallago Date: Sat, 11 Feb 2017 18:18:52 +0100 Subject: [PATCH] updated readme --- README.md | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index f5c4ce4..75b0345 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,15 @@ -# mecu-viz +# mecu-line -[![NPM version](http://img.shields.io/npm/v/mecu-viz.svg)](https://www.npmjs.org/package/mecu-viz) +[![NPM version](http://img.shields.io/npm/v/mecu-graph.svg)](https://www.npmjs.org/package/mecu-graph) -> Visualization of protein melting curves +Visualization of protein melting curves ## Getting Started -Install the module with: `npm install mecu-viz` - -```javascript -var viz = require('mecu-viz'); -viz.hello("biojs"); // "hello biojs" -``` +Install the module with: `npm install git@github.com:tpca/mecu-graph.git` ## Documentation -#### .hello(name) - -**Parameter**: `name` -**Type**: `String` -**Example**: `biojs` - -The 'hello' method is responsible for showing a name. - -How to use this method - -```javascript -viz.hello('biojs'); // "hello biojs" -``` +Refer to the `/docs` folder ## Contributing @@ -34,7 +17,7 @@ All contributions are welcome. ## Support -If you have any problem or suggestion please open an issue [here](https://github.com/sacdallago/mecu-viz/issues). +If you have any problem or suggestion please open an issue [here](https://github.com/tpca/mecu-graph/issues). ## License This software is licensed under the Apache 2 license, quoted below.