Skip to content

Commit

Permalink
DATAJPA-192 - Fix typos in readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg authored and odrotbohm committed Apr 15, 2012
1 parent d24bdc7 commit b7fcad6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Expand Up @@ -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>
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit b7fcad6

Please sign in to comment.