Skip to content

Commit e914c64

Browse files
authored
Update README.md
1 parent deb9610 commit e914c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
1010
-[`Substring`](https://github.com/google/mug/wiki/Substring-Explained) – composable substring extraction & manipulation
1111
`Substring.between("(", ")").from("call(foo)") → "foo"`
1212
-[`StringFormat`](https://github.com/google/mug/wiki/StringFormat-Explained) – compile-time-safe bidirectional parsing/formatting
13-
`new StringFormat("/home/{user}/{year}-{month}-{day}").parse(filePath, (user, year, month, day) -> ...)`
13+
`new StringFormat("/home/{user}/{date}").parse(filePath, (user, date) -> ...)`
1414
-[`SafeSql`](./mug-guava/src/main/java/com/google/mu/safesql/README.md) – SQL template (***0 injection risk***)
1515
```SafeSql.of("select id, `{col}` from Users where id = {id}", col, id)```
1616
-[`DateTimeFormats`](./mug/src/main/java/com/google/mu/time/README.md) – parse datetimes by example

0 commit comments

Comments
 (0)