Fix typo in docs

This commit is contained in:
Soby Chacko
2022-08-22 17:37:14 -04:00
parent 465c5ea3f6
commit 0061e552c3

View File

@@ -1,4 +1,4 @@
This project provides a basic Spring-friendly API for developing https://pulsar.apache.org/[Apache Pulsar] applications.
On a very high-level, Spring for Apache Pulsar provides a `PulsarTemplate` for publishing to a Pulsar topic and a `PulsarListener` annotation for consuming from it.
In addition, it also provides various convenient APIs for Spring developers to ramp up their development journey into Aapche Pulsar.
In addition, it also provides various convenient APIs for Spring developers to ramp up their development journey into Apache Pulsar.