diff --git a/README.md b/README.md index 2f0d26d..3abe23a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,23 @@ To use reflectasm with maven, please use the following snippet in your pom.xml ``` +If you already have asm in a different version (than the one pulled in by reflectasm - see pom.xml) in your classpath, you should use the shaded reflectasm (contains relocated asm classes): + +```xml + + com.esotericsoftware + reflectasm + 1.10.0 + shaded + + + org.ow2.asm + asm + + + +``` + ## Usage Method reflection with ReflectASM: