Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tponiat authored Jun 19, 2024
1 parent bd9ee50 commit 7e4922b
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
Expand Up @@ -7,7 +7,7 @@ Mailik is small library for sending emails via yours websites whch via simple SD

## Usage

#### 1. Installation & usage
### 1. Installation & usage

Instal Mailik via npm
```sh
Expand All @@ -26,16 +26,16 @@ const result = await Mailik("yours-project-public-key").send({
});
```

#### 2. Create account [here](https://mailik.dev/eu/auth/login)
### 2. Create account [here](https://mailik.dev/eu/auth/login)

#### 3. Create yours first project group
### 3. Create yours first project group

Project groups are simple way for organizing yours work. You can have multiple projects in one group where each project is setup for diffrent environment (development, production, etc.).

![Project group](/images/group.png "Project group")


#### 4. Creating first project
### 4. Creating first project

Each project must have:

Expand Down

0 comments on commit 7e4922b

Please sign in to comment.