Skip to content

Commit e28fdce

Browse files
committed
[README] Add missing title
1 parent 3b955db commit e28fdce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This gems is doing it right for you! Just use `validates :avatar, attached: true
3232
- [Processable file](#processable-file)
3333
- [Pages](#pages)
3434
- [Upgrading from 1.x to 2.x](#upgrading-from-1x-to-2x)
35+
- [Upgrading from 2.x to 3.x](#upgrading-from-2x-to-3x)
3536
- [Internationalization (I18n)](#internationalization-i18n)
3637
- [Test matchers](#test-matchers)
3738
- [Contributing](#contributing)
@@ -418,7 +419,7 @@ The `total_size` validator error messages expose 4 values that you can use:
418419
### Dimension
419420

420421
Validates the dimension of the attached image / video files.
421-
It can also be used for pdf files, but it will only analyze the pdf first page, and assume a DPI of 72.
422+
It can also be used for pdf files, but it will only analyze the pdf first page, and will assume a DPI of 72.
422423
(be sure to have the right dependencies installed as mentioned in [installation](#installation))
423424

424425
#### Options

0 commit comments

Comments
 (0)