From 823698e620e90728dc51c5172b7b8102159e4eb7 Mon Sep 17 00:00:00 2001 From: Gili Tzabari Date: Fri, 27 Oct 2023 00:11:06 -0400 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6adc15..35739ff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![API](https://img.shields.io/badge/api_docs-5B45D5.svg)](https://cowwoc.github.io/requirements.js/3.2.1/docs/api/) [![Changelog](https://img.shields.io/badge/changelog-A345D5.svg)](wiki/Changelog.md) -[![js](https://img.shields.io/badge/other%20languages-java-457FD5.svg)](../../../requirements.java) +[![java](https://img.shields.io/badge/other%20languages-java-457FD5.svg)](../../../requirements.java) A [fluent API](https://en.wikipedia.org/wiki/Fluent_interface) for enforcing [design contracts](https://en.wikipedia.org/wiki/Design_by_contract) with [automatic message generation](#usage).