Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tartakynov committed Nov 16, 2015
1 parent e14ec63 commit 82ad76c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ Add the following to your maven configuration or taylor to your own dependency m
<dependency>
<groupId>com.2gis.cartoshka</groupId>
<artifactId>cartoshka</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.2-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand All @@ -50,7 +50,7 @@ try (FileReader reader = new FileReader(file)) {
style.accept(new ConstantFoldVisitor(), null);

// pretty print
String pretty = style.accept(new PrintVisitor(2), null);
String pretty = style.accept(new PrintVisitor(), null);
System.out.println(pretty);
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 82ad76c

Please sign in to comment.