Skip to content

Commit b357e10

Browse files
Update README
1 parent 001703f commit b357e10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ First, add it to your dependencies:
1818
### Java
1919

2020
You are safe to use this library in any Java project, it doesn't explicitly
21-
depend on Clojure (or anything else).
21+
depend on Clojure (or anything else). You can also forgo the dependency and just
22+
paste [MeterThread](src/jvm_alloc_rate_meter/MeterThread.java) class directly
23+
into your project.
2224

2325
```java
2426
import jvm_alloc_rate_meter.MeterThread;

0 commit comments

Comments
 (0)