Skip to content

Commit

Permalink
Fixed formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loumadev authored Jun 23, 2021
1 parent 4b1699c commit 0778085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ const edupage = new Edupage();
```

### Post COVID-19 infectivity application
🚨 This example is experimental, you should avoid using it in production until stable version!
**🚨 This example is experimental, you should avoid using it in production until stable version!**

Are you annoyed sending each week a new infectivity application? You can make that programmatically now! The following snipped shows how to post Covid-19 infectivity application with current date.
```javascript
const {Edupage} = require("edupage-api");
Expand Down Expand Up @@ -325,6 +326,7 @@ class ASC extends RawData {

### class Application
**🚨 This is an experimental class, you should not be using this class in production**

This class holds the information about an application (e.g. Covid-19 infectivity)
```typescript
class Application extends RawData {
Expand Down

0 comments on commit 0778085

Please sign in to comment.