Skip to content

Commit 40a9472

Browse files
committed
Update with grammartic consistency
1 parent cd658a0 commit 40a9472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Package | [![Latest PyPI Version](https://img.shields.io/pypi/v/wordguess.svg)](https://pypi.org/project/wordguess/) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/wordguess.svg)](https://pypi.org/project/wordguess/) |
66
| Meta | [![Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) |
77

8-
wordguess is a project that contains essential functions for a word-guessing game, inspired by Wordle.
8+
Wordguess is a project that contains essential functions for a word-guessing game, inspired by Wordle.
99

1010
## Summary
1111
The `wordguess` package is designed for developers to create guessing games. The package provides functionality for word validation, feedback generation, corpus management. It can compare user guesses to the target word and provide feedback on the accuracy of the guesses in terms of correct letters and their positions including numerical and human readable expressions. Additionally, features for scoring and hinting are included to enhance development of word guessing games. `wordguess` provides the back-end foundation needed to handle the underlying string comparisons and state tracking.
@@ -72,7 +72,7 @@ To use wordguess in your code:
7272
* **result** (*str*): A string of 0s, 1s, and 2s.
7373
* **Returns:** (*str*) A visual string of emojis (e.g., 🟩, 🟨, ⬛).
7474

75-
## Key Definitions
75+
## Key definitions
7676

7777
To ensure consistency for **users** (developers) and **players** (end-users), the following terminology is used throughout the package:
7878

0 commit comments

Comments
 (0)