Update README.md

This commit is contained in:
viraladmin 2023-10-23 22:56:46 -06:00 committed by GitHub
parent 32e3d100fe
commit 3f489acd4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,8 @@ Decode an image and extracts original text from it.
1: Encrypt and Create Image 1: Encrypt and Create Image
`cargo run --example encrypt_and_create_image`
```rust ```rust
use encrypted_images::encryption::text::encrypts; use encrypted_images::encryption::text::encrypts;
use encrypted_images::encryption::images::create_img; use encrypted_images::encryption::images::create_img;