spring-projects-experimental / spring-grpc

88 stars 19 forks source link

Update getting-started.adoc and README.md to fix group ID typos #39

Closed lbkulinski closed 3 weeks ago

lbkulinski commented 3 weeks ago

When trying to pull down the dependencies from Maven, I noticed there was a typo in the group ID of the dependencies mentioned in the documentation. They use org.springframework.ai, when it should be org.springframework.grpc. This PR fixes those docs.

onobc commented 3 weeks ago

Thanks @lbkulinski for the fix!

lbkulinski commented 3 weeks ago

@onobc Thanks! I'd like to contribute more, so this is a start haha