Skip to content

Commit 6ecb81d

Browse files
committed
fixing readme
1 parent 9431783 commit 6ecb81d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">NOTFLIX</h1>
2-
<p align="center">fk netflix use notflix a tool which search magnet links and stream it with <a href="https://webtorrent.io/">webtorrent</a></p>
2+
<p align="center">f@#k netflix use notflix a tool which search magnet links and stream it with webtorrent</p>
33

44
##
55

@@ -13,21 +13,20 @@ For scraping script use simple gnu utils like sed, awk, paste, cut.
1313

1414
## Requirements
1515

16-
* [webtorrent](https://webtorrent.io/) - A tool to stream torrent. =sudo npm install webtorrent -g=
16+
* [webtorrent](https://webtorrent.io/) - A tool to stream torrent. `sudo npm install webtorrent -g`
1717

1818
## Installation
1919

2020
### cURL
21-
cURL **tuxi** to your **$PATH** and give execute permissions.
21+
cURL **notflix** to your **$PATH** and give execute permissions.
2222

2323
```sh
2424
$ sudo curl -sL "https://raw.githubusercontent.com/Bugswriter/notflix/master/notflix" -o /usr/local/bin/notflix
2525
$ sudo chmod +x /usr/local/bin/notflix
2626
```
27-
> To update, just do `curl` again, no need to `chmod` anymore.
28-
> To uninstall, simply remove `tuxi` from your **$PATH**, for example `sudo rm -f /usr/local/bin/notflix`.
27+
- To update, just do `curl` again, no need to `chmod` anymore.
28+
- To uninstall, simply remove `notflix` from your **$PATH**, for example `sudo rm -f /usr/local/bin/notflix.
2929

3030
## License
31-
3231
This project is licensed under [GPL-3.0](./LICENSE).
3332

0 commit comments

Comments
 (0)