Skip to content

Commit 74be1a4

Browse files
committed
Remove alternate section names
1 parent 665ee16 commit 74be1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ Croatia.configure do |config|
7575
end
7676
```
7777

78-
### PINs / OIBs
78+
### PINs
7979

8080
```ruby
8181
Croatia::PIN.valid?("12345678903") # => true
8282
Croatia::PIN.valid?("12345678900") # => false
8383
```
8484

85-
### UMCNs / JMBGs
85+
### UMCNs
8686

8787
```ruby
8888
# Validation

0 commit comments

Comments
 (0)