Skip to content

Commit

Permalink
bring readme up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
yellis committed Jan 19, 2020
1 parent e328cd1 commit 0b2eb40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sample Usage:
Calculator.GetNumericGematriaValue("התשעד"); // returns 5774
Calculator.GetNumericGematriaValue("ה'תשע"ד"); // returns 5774
Calculator.ConvertToGematriaNumericString(613); // returns תרי"ג
Calculator.ConvertToGematriaNumericString(613, false); // returns תריג
Calculator.ConvertToGematriaNumericString(613, new GematriaOptions{ IncludeSeparators = false }); // returns תריג

As explained in the links above, there are different systems that can be used for translating Hebrew letters into numeric equivalents. The Gematria library allows use of the following four methods:

Expand All @@ -47,6 +47,6 @@ As explained in the links above, there are different systems that can be used fo
* Calculated the value of each letter using the absolute system, truncating all zeros
* Leads to a sequence of values in order of letters: 1-9, 1-9, 1-9

All code is (c) [Ellis Web Development, Ltd](http://ellisweb.net) and is released under the [MIT License](http://opensource.org/licenses/MIT).
All code is (c) Yaakov Ellis and is released under the [MIT License](http://opensource.org/licenses/MIT).

For more information, please contact me at [@yaakov](http://twitter.com/yaakov). Pull Requests and Issues are welcome.
For more information, please contact me at [@yaakov](http://twitter.com/yaakov) or my username @ gmail. Pull Requests and Issues are welcome.

0 comments on commit 0b2eb40

Please sign in to comment.