We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a6436 commit bfe348aCopy full SHA for bfe348a
1 file changed
README.md
@@ -4,4 +4,12 @@ Web service to detect SPDX license from string
4
5
## Usage
6
7
-curl -vvv -H "Content-Type: text/plain" --data @LICENSE http://localhost:8080
+```
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