diff --git a/readme.md b/readme.md index 3b79644338..78e9ccd3bc 100644 --- a/readme.md +++ b/readme.md @@ -24,11 +24,12 @@ For more detailed questions, use the [forum](http://forum.springsource.org/forum ## Quick Start ## Download the jar though Maven: + ```xml org.springframework.data spring-data-jpa - 1.0.0.BUILD-SNAPSHOT + 1.1.0.BUILD-SNAPSHOT @@ -104,7 +105,7 @@ Write a test client @ContextConfiguration("classpath:your-config-file.xml") public class UserRepositoryIntegrationTest { - @Autowrired UserRepository repository; + @Autowired UserRepository repository; @Test public void sampleTestCase() {