sdouglass / spring-social-tumblr

Spring Social client implementation for Tumblr
Apache License 2.0
17 stars 12 forks source link

README doc has the wrong dependency info #3

Closed agentgt closed 12 years ago

agentgt commented 12 years ago

In the readme:

<groupId>org.org.springframework.social</groupId>

Should be:

<groupId>org.springframework.social</groupId>

Notice the "org." twice.

sdouglass commented 12 years ago

Fixed, thanks for the notice.