Skip to content

Commit

Permalink
📝 docs: remove tag <p>
Browse files Browse the repository at this point in the history
  • Loading branch information
0xE8551CCB committed Oct 5, 2019
1 parent 7a09a1a commit 90b4e0c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Full example can be found [here](./examples/todo).
<details>
<summary>CLICK HERE | model.go</summary>

<p>

```go
type NotificationModel struct {
ID int
Expand Down Expand Up @@ -69,7 +67,6 @@ Full example can be found [here](./examples/todo).
}
```

</p>
</details>


Expand All @@ -78,8 +75,6 @@ Full example can be found [here](./examples/todo).
<details>
<summary>CLICK HERE | schema.go</summary>

<p>

```go
type NotiSchema struct {
ID string `json:"id,omitempty"`
Expand Down Expand Up @@ -110,8 +105,7 @@ Full example can be found [here](./examples/todo).
return "Custom description"
}
```

</p>

</details>


Expand Down

0 comments on commit 90b4e0c

Please sign in to comment.