Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza bonab committed Mar 14, 2021
1 parent 060498b commit 271d6b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class UpdateUserDTO {


### Invalid Object
```json
```typescript
const obj = {
status: 'test',
deleted: true,
Expand All @@ -32,14 +32,14 @@ const obj = {
```

### Valid Object
```json
```typescript
const obj = {
deleted: true,
name: 'john',
};
```
Or
```json
```typescript
const obj = {
status: 'test',
name: 'john',
Expand Down

0 comments on commit 271d6b9

Please sign in to comment.