Skip to content

Commit 6edbb73

Browse files
committed
docs: update README.md
1 parent 421dbb7 commit 6edbb73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: en
77

88
## 30 Seconds of Java - Essential Code Snippets Library for Java Developers
99

10-
Inspired by [30 seconds of code](https://github.com/Chalarangelo/30-seconds-of-code), this is a collection of reusable, tested, and copy-pasteable Java 17 compatible code snippets that you can understand in 30 seconds or less. If you're interested in contributing to this library, please see the [contribution guidelines](https://github.com/iluwatar/30-seconds-of-java/blob/master/CONTRIBUTE.md).
10+
Inspired by [30 seconds of code](https://github.com/Chalarangelo/30-seconds-of-code), this is a collection of reusable, tested, and copy-pasteable Java 21 compatible code snippets that you can understand in 30 seconds or less. If you're interested in contributing to this library, please see the [contribution guidelines](https://github.com/iluwatar/30-seconds-of-java/blob/master/CONTRIBUTE.md).
1111

1212
## Algorithm
1313

localization/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 30 Segundos de Java
22

33
Inspirada en [30 seconds of code](https://github.com/Chalarangelo/30-seconds-of-code), esta es una colección de
4-
fragmentos de código reutilizables, probados y compatibles con Java 17 que se pueden copiar y pegar en 30 segundos o
4+
fragmentos de código reutilizables, probados y compatibles con Java 21 que se pueden copiar y pegar en 30 segundos o
55
menos. Si está interesado en contribuir a esta biblioteca, consulte las [instrucciones](https://github.com/iluwatar/30-seconds-of-java/blob/master/CONTRIBUTE.md).
66

77
## Algoritmos

0 commit comments

Comments
 (0)