From 53d7ffd02e8f13edfa46638b06ae84c5097d39e2 Mon Sep 17 00:00:00 2001
From: Pitchaya Boonsarngsuk <2285135b@student.gla.ac.uk>
Date: Wed, 31 Jan 2018 18:36:50 +0000
Subject: [PATCH] Change license and package name
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index cc006cf..ed6fd3f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# d3-neighbour-sampling
+# d3-spring-model
This module implements Chalmers' 1996 Neighbour and Sampling algorithm for drawing the force-directed layouts. It is a linear time algorithm that uses stochastic sampling to find the best neighbours for high-dimensional data and creates the layout in 2 dimensions.
@@ -64,4 +64,4 @@ Returns the stress of the layout.
# neighbourSampling.velocity() [<>](https://github.com/sReeper/d3-neighbour-sampling/blob/master/src/neighbourSampling.js#L238 "Source")
-Returns the average velocity of the iteration.
\ No newline at end of file
+Returns the average velocity of the iteration.