]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - README
Version 0.904
[chaz/p5-File-KDBX] / README
diff --git a/README b/README
index fac5d25a662ab65776f4002c01328597d7f80d43..6e3ebb47ffb9c25949773c1e8e4545d79c98adbc 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
 
 VERSION
 
-    version 0.903
+    version 0.904
 
 SYNOPSIS
 
@@ -1068,7 +1068,7 @@ SECURITY
     master keys. It is up to you to pick or generate strong keys.
 
     The KDBX format allows for the key derivation function to be tuned. The
-    idea is that you want each single brute-foce attempt to be expensive
+    idea is that you want each single brute-force attempt to be expensive
     (in terms of time, CPU usage or memory usage), so that making a lot of
     attempts (which would be required if you have a strong master key) gets
     really expensive.
@@ -1246,7 +1246,7 @@ QUERY
     equal to 5".
 
     If you find the disambiguating structures to be distracting or
-    confusing, you can also the "simple_expression_query" in
+    confusing, you can also use the "simple_expression_query" in
     File::KDBX::Util function as a more intuitive alternative. The
     following example is equivalent to the previous:
 
@@ -1302,7 +1302,7 @@ QUERY
     queries generally. We could have just used a literal number.
 
     The important thing to notice here is how we wrapped the condition in
-    another arrayref with a single key-value pair where the key is the name
+    another hashref with a single key-value pair where the key is the name
     of an operator and the value is the thing to match against. The
     supported operators are:
 
This page took 0.024441 seconds and 4 git commands to generate.