Skip to content

Commit a573668

Browse files
committed
Fixed typo
1 parent 55d60e1 commit a573668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#Node.js XDCC library
22
requires Node.js IRC library. (`npm install irc`)
3-
3+
44
IRC library for downloading files from XDCC bots.
55

66
##Usage
77

88
```xdcc.request(client, args);```
99

10-
####Requests an XDCC from `{client}` pack based on `{args}`
10+
####Requests an XDCC from `{client}` based on `{args}`
1111

1212
`{client}` IRC client (from IRC library)
1313
`{args}` Information about the XDCC pack
@@ -55,4 +55,4 @@ IRC library for downloading files from XDCC bots.
5555
"ip" : <IP of file sender>
5656
"port" : <Port of file sender>
5757
"notify" : <Channel/nick to notify about progress>
58-
}
58+
}

0 commit comments

Comments
 (0)