Skip to content

Commit

Permalink
add copyright note in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jburget authored Jun 14, 2023
1 parent 3a85f4f commit 3b4a3d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ Usage: post-movie <title> <release_year> [description]
Usage: get-movies [id]
Usage: edit-movie <id> <title> <release_year> [description]
```

Some parts of the code may come from the official [Flask](https://flask.palletsprojects.com/) or [sqlite3](https://docs.python.org/3/library/sqlite3.html) documentation

0 comments on commit 3b4a3d0

Please sign in to comment.