From 538bf0ae276d73d3554270f89539444dd0db3f7f Mon Sep 17 00:00:00 2001 From: Luca Vivona Date: Tue, 9 Jan 2024 00:32:46 -0500 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d824325..bc11886 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The `generate` function returns a NumPy array representing the identicons image. from identicons import save # Save the generated identicons that is 500x500 -save(icon, 'identicons.png', '/path/to/save/directory', 500, 500) +save(icon, 'identicons.png', 500, 500) ``` ## Features