Skip to content

Commit 2e48b3c

Browse files
Update README.md
1 parent 837b2aa commit 2e48b3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ headers, and request/response body (including files) and publishes an event with
2323

2424
1. **Add to your Spring Boot project:**
2525

26-
\*comming soon\* (Publish to Maven Central or GitHub Packages and add dependency instructions here.)
26+
```xml
27+
<dependency>
28+
<groupId>com.davidrandoll</groupId>
29+
<artifactId>spring-web-captor</artifactId>
30+
<version>0.0.1-beta</version>
31+
</dependency>
32+
```
2733

2834
2. **Listen for HTTP events:**
2935

0 commit comments

Comments
 (0)