README.md in iceland-0.1.4 vs README.md in iceland-0.1.5
- old
+ new
@@ -72,12 +72,10 @@
The number 40 is added to the registration day of companies and organizations. Hence, a kennitala for a company registered at January 1 1990 starts with `410190` as opposed to `010190` for a person born that day.
The century identifier has 3 legal values. `8` for the 19th century, `9` for the 20th century and `0` for the 21st century.
-The check digit is described
-
#### Examples
##### Working with Kennitala objects
```ruby
@@ -117,10 +115,10 @@
# Get the current age of the entity. Useful for age restrictions.
k.age
# => 86
```
-####
+#### Casting strings
```ruby
# Casting a string to a Kennitala object
'0101302989'.to_kt
# => #<Kennitala:0x007fc5893286a0 @value="0101302989">