From 49dd2244f39640bb52502823d7d69aacfc3a622a Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Fri, 29 Jun 2018 10:49:03 -0400 Subject: [PATCH] Fix indentation of knn classifier in readme. (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c278f9573d..b5407de9c8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ and can be used as building blocks in other apps. ### General utilities - [KNN Classifier](https://github.com/tensorflow/tfjs-models/tree/master/knn-classifier) - Create a custom k-nearest neighbors classifier. Can be used for transfer learning. - - `npm i @tensorflow-models/knn-classifier` + - `npm i @tensorflow-models/knn-classifier` ## Development