Skip to content

Commit 63db984

Browse files
committed
Fix typo
1 parent dd46bd6 commit 63db984

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## The tool to convert domains to the famous IDNA format.
44

5-
The objective of this project is to provide a tool for list or hosts file maintainer that can convertible domain to the PunyCode/IDNA format.
5+
The objective of this project is to provide a tool for list or hosts file maintainer that can convertible domain to the Punycode/IDNA format.
66

77
* * *
88

9-
## Documentation as place to be!
9+
## Documentation as the place to be!
1010

1111
Want to know more about **domain2idna**?
1212
We invite you to read the documentation at https://domain2idna.readthedocs.io!
@@ -26,10 +26,10 @@ $ chromium _builld/html/index.html
2626

2727
## Main Features
2828

29-
- Read a given domain and convert it to the PunyCode/IDNA format.
30-
- Read a file and convert all non commented line to the PunyCode/IDNA format.
31-
- Print the converted data on screen.
32-
- Save into a file the converte data.
29+
- Read a given domain and convert it to the Punycode/IDNA format.
30+
- Read a file and convert all non-commented line to the Punycode/IDNA format.
31+
- Print the converted data on the screen.
32+
- Save into a file the converted data.
3333
- Return the converted data (when used as a module).
3434
- Ignore commented inputs (starts with `#`)
3535

0 commit comments

Comments
 (0)