Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerzs committed Oct 1, 2020
1 parent b5a5121 commit 92ea970
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,24 @@
<h1>PreMiD Presences</h1>
</div>

This repository contains the source code of all presences that are available in
PreMiD Store. If you would like to <strong>publish</strong> your presence,
please feel free to open a
<a href="https://github.com/PreMiD/Presences/pulls">pull request</a>.
This repository contains the source code of all presences that are available in PreMiD Store.
If you would like to <strong>publish</strong> your presence, please feel free to open a <a href="https://github.com/PreMiD/Presences/pulls">pull request</a>.

<div align="left">
<a href="https://discord.gg/WvfVZ8T" title="Join our Discord!" rel="nofollow">
<img src="https://discordapp.com/api/guilds/493130730549805057/widget.png?style=banner2" height="76px" draggable="false" alt="Join our Discord!">
<a target="_blank" href="https://discord.premid.app/" title="Join our Discord!">
<img src="https://discordapp.com/api/guilds/493130730549805057/widget.png?style=banner2" height="76px" draggable="false" alt="Join our Discord!">
</a>
</div>

## Requirements to create a presence

- You must have the [latest TypeScript compiler]
(https://www.typescriptlang.org/#download-links) version installed
- You must have the [latest TypeScript compiler](https://www.typescriptlang.org/#download-links) version installed
- Basic knowlege of TypeScript

## Getting started

We made a documentation to make your development process a little bit better and
faster. You can see it [**here**](https://docs.premid.app/dev/presence).
We made a documentation to make your development process a little bit better and faster.
You can see it [**here**](https://docs.premid.app/dev/presence).

## Folder structure

Expand All @@ -34,4 +31,4 @@ presence
│ └── presence.js
├── presence.ts
└── tsconfig.json
```
```

0 comments on commit 92ea970

Please sign in to comment.