trivial: correcting typo in readme

diff --git a/README.md b/README.md
index 6342e18..d60a6bd 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 
 This Bundle provides Job processing using a message queue. It aims to do that using off the shelf queues. It does not 
 provide an API that allows interaction with the queue beyond that is supported by the ISO AMQP standard or the JMS API. Although the 
-classes here may have similar names to the API in org.apache.sling.egent.jobs, they are not the same. Methods present
+classes here may have similar names to the API in org.apache.sling.event.jobs, they are not the same. Methods present
 in org.apache.sling.egent.jobs API that are not compatible with a distributed message queue concept are not included, and the 
 API is designed with message passing in mind.