From b7fcad6f40633811058791fa2eeb166ba485410a Mon Sep 17 00:00:00 2001 From: Mikael Gueck Date: Tue, 20 Dec 2011 23:31:55 +0200 Subject: [PATCH] DATAJPA-192 - Fix typos in readme.md. --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {