Skip to content

Commit

Permalink
✨ Readme: Update folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Feb 22, 2021
1 parent b6a6094 commit d56df60
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@ You can see it [**here**](https://docs.premid.app/dev/presence).
```bash
presence
├── dist
│ ├── metadata.json
│ └── presence.js
│ └── metadata.json
├── presence.ts
└── tsconfig.json
```
```

For presences with ``iframe.ts``:
```bash
presence
├── dist
│ └── metadata.json
├── presence.ts
├── iframe.ts
└── tsconfig.json
```

0 comments on commit d56df60

Please sign in to comment.