Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomarolo committed Apr 25, 2022
2 parents 890333b + 6ecafd6 commit 2c98d81
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,6 @@ Default is `dev`. Also check for `HERBS_EXCEPTION` env variable.
Edit `/backend/infra/config/{environment}.json` files if necessary.

### Diagram
```
classDiagram
class Item {
Number id
String description
Boolean isDone
Number position
}
class ToDoList{
Number id
String name
Item[] items
isEmpty()
lastPosition()
}
ToDoList "1" --> "*" Item
```

```mermaid
classDiagram
class Item {
Expand Down

0 comments on commit 2c98d81

Please sign in to comment.