DATAJPA-192 - Fix typos in readme.md.

This commit is contained in:
Mikael Gueck
2011-12-20 23:31:55 +02:00
committed by Oliver Gierke
parent d24bdc7448
commit b7fcad6f40

View File

@@ -24,11 +24,12 @@ For more detailed questions, use the [forum](http://forum.springsource.org/forum
## Quick Start ##
Download the jar though Maven:
```xml
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>
<repository>
@@ -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() {