diff --git a/README.md b/README.md index 0da0be7..ec265ef 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,8 @@ Decode an image and extracts original text from it. 1: Encrypt and Create Image +`cargo run --example encrypt_and_create_image` + ```rust use encrypted_images::encryption::text::encrypts; use encrypted_images::encryption::images::create_img;