Skip to content

Commit 5b7a1f3

Browse files
authored
Fix typo in --refresh-cookies parameter in README.md (#73)
1 parent 84feae1 commit 5b7a1f3

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
@@ -130,19 +130,19 @@ Usage: `inb.py search [OPTIONS]`, searches for the specific keyword given and se
130130
[`inb`][_inb] supports cookie based authentication - use `--refresh-cookies` in case you encounter error `LinkedInSessionExpiredException`.
131131

132132
```shell
133-
./inb/inb.py search --email username@service.domain --password xxx-xxx-xxx --keyword 'Software developer' --refersh-cookies
133+
./inb/inb.py search --email username@service.domain --password xxx-xxx-xxx --keyword 'Software developer' --refresh-cookies
134134
```
135135

136136
Also, for security purpose you can omit the `--pasword` argument over the command-line and later on executing the tool you'll be prompted to enter your password which will be hidden even after pressing keystrokes.
137137

138138
```shell
139-
./inb/inb.py search --email username@service.domain --keyword 'Software developer' --refersh-cookies
139+
./inb/inb.py search --email username@service.domain --keyword 'Software developer' --refresh-cookies
140140
```
141141

142142
And the best part is here, you can send connection request and not follow the LinkedIn profile. It will prevent your LinkedIn feed from going terrible.
143143

144144
```shell
145-
./inb/inb.py search --email username@service.domain --keyword 'Software developer' --refersh-cookies --nofollow
145+
./inb/inb.py search --email username@service.domain --keyword 'Software developer' --refresh-cookies --nofollow
146146
```
147147

148148
> **Any problems encountered in non-linux environment should be reported immediately before passing comments on the portability of this tool as I've only built and tested it on Linux!**

0 commit comments

Comments
 (0)