Fix typo in readme (#1240)
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
This commit is contained in:
parent
3d030288d2
commit
22e2bdd34c
|
@ -4,7 +4,7 @@ These modules for the core logic for library instrumentation. [instrumentation](
|
||||||
should add core logic here which can be set up manually by a user, and agent-specific code
|
should add core logic here which can be set up manually by a user, and agent-specific code
|
||||||
for automatically setting up the instrumentation in that folder.
|
for automatically setting up the instrumentation in that folder.
|
||||||
|
|
||||||
Note, we are currently working on separating instrumentatin projects so that their core parts can
|
Note, we are currently working on separating instrumentation projects so that their core parts can
|
||||||
be accessed by users not using the agent. Due to the current Gradle setup, we have these two top-level
|
be accessed by users not using the agent. Due to the current Gradle setup, we have these two top-level
|
||||||
folders, instrumentation and instrumentation-core, but eventually we want to move to flattening them
|
folders, instrumentation and instrumentation-core, but eventually we want to move to flattening them
|
||||||
into something like
|
into something like
|
||||||
|
|
Loading…
Reference in New Issue