File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
@echo ' git add .'
16
16
@echo ' git status'
17
17
@echo ' git commit'
18
- @echo ' git push origin master '
18
+ @echo ' git push origin main '
19
19
@echo
20
20
@echo ' make upload verify-upload'
21
21
@echo ' open https://pypi.org/project/mintotp/'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ MinTOTP is a minimal TOTP generator written in Python.
14
14
[ PyPI SVG ] : https://img.shields.io/pypi/v/mintotp.svg
15
15
[ Hits SVG ] : https://img.shields.io/pypi/dm/mintotp
16
16
[ 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
18
18
[ travis ] : https://travis-ci.com/susam/mintotp
19
19
20
20
@@ -313,7 +313,7 @@ generate TOTP values for the purpose of logging into that account.
313
313
" Scan a barcode" , and scan the QR code shown above in step 3. A
314
314
6-digit TOTP value should appear for the new key.
315
315
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
317
317
printed by MinTOTP matches the TOTP value that appears in the
318
318
authenticator app.
319
319
@@ -664,7 +664,7 @@ Here is a list of useful links about this project:
664
664
665
665
- [Documentation](https://github.com/susam/mintotp#readme)
666
666
- [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)
668
668
- [Issue tracker](https://github.com/susam/mintotp/issues)
669
669
- [Source code](https://github.com/susam/mintotp)
670
670
You can’t perform that action at this time.
0 commit comments