Skip to content

Commit 55f31f8

Browse files
committed
Fix step number in the With QR Code section
1 parent 0307b92 commit 55f31f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ help:
1515
@echo 'git add .'
1616
@echo 'git status'
1717
@echo 'git commit'
18-
@echo 'git push origin master'
18+
@echo 'git push origin main'
1919
@echo
2020
@echo 'make upload verify-upload'
2121
@echo 'open https://pypi.org/project/mintotp/'

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MinTOTP is a minimal TOTP generator written in Python.
1414
[PyPI SVG]: https://img.shields.io/pypi/v/mintotp.svg
1515
[Hits SVG]: https://img.shields.io/pypi/dm/mintotp
1616
[License SVG]: https://img.shields.io/badge/license-MIT-blue.svg
17-
[Travis SVG]: https://travis-ci.com/susam/mintotp.svg?branch=master
17+
[Travis SVG]: https://travis-ci.com/susam/mintotp.svg?branch=main
1818
[travis]: https://travis-ci.com/susam/mintotp
1919

2020

@@ -313,7 +313,7 @@ generate TOTP values for the purpose of logging into that account.
313313
"Scan a barcode", and scan the QR code shown above in step 3. A
314314
6-digit TOTP value should appear for the new key.
315315
316-
6. Run the command in step 3 again and verify that the TOTP value
316+
6. Run the command in step 4 again and verify that the TOTP value
317317
printed by MinTOTP matches the TOTP value that appears in the
318318
authenticator app.
319319
@@ -664,7 +664,7 @@ Here is a list of useful links about this project:
664664
665665
- [Documentation](https://github.com/susam/mintotp#readme)
666666
- [Latest release][pypi]
667-
- [Changelog](https://github.com/susam/mintotp/blob/master/CHANGES.md)
667+
- [Changelog](https://github.com/susam/mintotp/blob/main/CHANGES.md)
668668
- [Issue tracker](https://github.com/susam/mintotp/issues)
669669
- [Source code](https://github.com/susam/mintotp)
670670

0 commit comments

Comments
 (0)