Skip to content

Commit

Permalink
Dodano »
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed May 7, 2022
1 parent 5ab68ef commit d0e6c80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## ⭐ What is that?
## » What is that?
**EN:** This package will check that the URL is an invitation to the Discord server.
**PL:** Ten moduł sprawdzi, czy adres URL jest zaproszeniem na serwer Discord.

## ✨ How to install?
## » How to install?
> **$** npm install is-discord-invite
## 📝 Examples
## 📝 » Examples
```js
const isDscInvite = require('is-discord-invite');

Expand All @@ -23,5 +23,5 @@ if (isDscInvite(url)) {
}
```

## 🤝 Help
## 🤝 » Help
Open new <a href="https://github.com/sefinek24/is-discord-invite/issues/new" target="_blank">Issue</a> on Github.

0 comments on commit d0e6c80

Please sign in to comment.