From 2ef34a2d69aa7a4726556f88af28d1d2b7ea6e30 Mon Sep 17 00:00:00 2001 From: kvascev <124800231+kvascev@users.noreply.github.com> Date: Wed, 8 Feb 2023 15:52:23 +0100 Subject: [PATCH] Fix typo in README.md Change "form" to "from" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7072b40..f21278f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The secrets can be exported to JSON or CSV, or printed as QR codes to console or - [Installation of optional shared system libraries (recommended)](#installation-of-optional-shared-system-libraries-recommended) - [Program help: arguments and options](#program-help-arguments-and-options) - [Examples](#examples) - - [Printing otp secrets form text file](#printing-otp-secrets-form-text-file) + - [Printing otp secrets from text file](#printing-otp-secrets-form-text-file) - [Printing otp secrets from image file](#printing-otp-secrets-from-image-file) - [Writing otp secrets to csv file](#writing-otp-secrets-to-csv-file) - [Writing otp secrets to json file](#writing-otp-secrets-to-json-file)