Skip to content

Commit d59b171

Browse files
committed
Typo
1 parent 002155b commit d59b171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Turn your software inside out. The tool records everything you app does, and you then can analyze the execution flow.
1010
Bytecode instrumentation is handled by [byte-buddy](https://github.com/raphw/byte-buddy), UI is built on JavaFX.
1111

12-
Here is a basic example. We have transactional method service and Hibernate is used as a JPA provider.
12+
Here is a basic example. We have a transactional method service and Hibernate is used as a JPA provider.
1313

1414
```
1515
@Service
@@ -24,7 +24,7 @@ Here is a basic example. We have transactional method service and Hibernate is u
2424
}
2525
```
2626

27-
Calling this method with ulyp agent enabled can provide a full call tree. No code change is required.
27+
Calling this method with ulyp agent enabled is able to provide a full call tree. No code change is required.
2828

2929
![Spring/Hibernate call recorded](https://github.com/0xaa4eb/ulyp/blob/master/images/hibernate.png)
3030

0 commit comments

Comments
 (0)