Skip to content

Commit 0b1de99

Browse files
imba-tjdskybber
authored andcommitted
chore: fix typo in readme
1 parent c76664a commit 0b1de99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ even with standard java, we recommend using DCEVM (and all tutorials use DCEVM a
181181
Hotswap agent is a plugin container with plugin manager, plugin registry, and several agent services
182182
(e.g. to watch for class/resource change). It helps with common tasks and classloading issues. It scans the classpath
183183
for class annotated with @Plugin annotation, injects agent services, and registers reloading hooks. Runtime bytecode
184-
modification is provided by javaasist library.
184+
modification is provided by Javassist library.
185185

186186
### Plugins
187187
Plugins administered by Hotswap Agent are usually focused on a specific framework. For example, Spring plugin

0 commit comments

Comments
 (0)