From 477b1eb591fb8bc69f7377d626f3b74deb2d3ee2 Mon Sep 17 00:00:00 2001 From: Cameron Hargreaves Date: Thu, 14 Mar 2024 14:43:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e1fd1b..cc5f186 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ A feature vector of length 8076 can be generated by concatenating the weighted m > x = ElMD("NaCl").full_feature_vector() ``` -When using 1D unpooled elemental vectors, these may be mapped to the associated chemical formula using the `vector_to_formula` method: +When using 1D unpooled elemental vectors, these may be mapped to the associated chemical formula using the `vec_to_formula` method: ```python x = ElMD("CaTiO3")