Skip to content

Commit bfe348a

Browse files
committed
Update README
1 parent 15a6436 commit bfe348a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ Web service to detect SPDX license from string
44

55
## Usage
66

7-
curl -vvv -H "Content-Type: text/plain" --data @LICENSE http://localhost:8080
7+
```
8+
curl -H "Content-Type: text/plain" --data @LICENSE http://localhost:8080
9+
```
10+
11+
Or, hosted on Cloud Run:
12+
13+
```
14+
curl -H "Content-Type: text/plain" --data @mediator/LICENSE https://spdx-detector-562949304223.us-central1.run.app
15+
```

0 commit comments

Comments
 (0)