Skip to content

Commit c79b083

Browse files
authored
Update README.md
1 parent 5750509 commit c79b083

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
@@ -11,7 +11,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
1111
`Substring.between("(", ")").from("call(foo)") → "foo"`
1212
-[`StringFormat`](https://github.com/google/mug/wiki/StringFormat-Explained) – compile-time-safe bidirectional formatting
1313
`new StringFormat("/home/{user}/{year}-{month}-{day}").parse(filePath, (user, year, month, day) -> ...)`
14-
-[`SafeSql`](./mug-guava/src/main/java/com/google/mu/safesql/README.md) – SQL string template (injection impossible!)
14+
-[`SafeSql`](./mug-guava/src/main/java/com/google/mu/safesql/README.md) – SQL string template (injection impossible!)
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
1717
`DateTimeFormatter format = formatOf("2024-03-14 10:00:00.123 America/New_York")`

0 commit comments

Comments
 (0)