Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer authored Oct 21, 2023
1 parent d3758ee commit 7b5e0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dependencytrack-pywrap
[Dependency-Track](https://docs.dependencytrack.org/integrations/rest-api/) is a platform to analyse risks in your dependencies.
[Dependency-Track](https://github.com/DependencyTrack/dependency-track) is a platform to analyse risks in your dependencies.
This project is a python wrapper for the [Dependency-Track REST API](https://docs.dependencytrack.org/integrations/rest-api/).

## Quick Start
Expand All @@ -22,4 +22,4 @@ dta.delete_project_uuid('project_uuid')
dta.create_project(name="testproject",classifier = "APPLICATION")
# Update a new project
dta.update_project(uuid="project_uuid",name="newprojectname")
```
```

0 comments on commit 7b5e0ef

Please sign in to comment.