From 9ed8dca69c1369230a9f87fcee2f80cd585a3c53 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 22 Sep 2020 17:25:02 -0400 Subject: [PATCH] Updated docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dd0971..1ab2d7c 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ This function allows you to define a custom basis. `bname bx by bz` must be repe **efill** ``` -efill +efill xyz ``` -This command will rerun the creation algorithm with multiple times starting with an esize of `esize` and decreasing it by half on every iteration in an effort to maximize the reduction of degrees of freedom in the system. +This command will rerun the creation algorithm with multiple times starting with an esize of `esize` and decreasing it by half on every iteration in an effort to maximize the reduction of degrees of freedom in the system. You must specify which dimensions will be filled. The code accepts `x`, `y`, `z`, `xy`, `yz`, `xz`, and `xyz` specifying which boundaries to fill in. ### Mode Convert