Skip to content

Commit 3567ff6

Browse files
authored
Update README.md
1 parent 7a0fa02 commit 3567ff6

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
@@ -213,7 +213,7 @@ The `setInput($buffer)` method can be used to control the *user input buffer*.
213213
The user will be able to delete and/or rewrite the buffer at any time.
214214
Changing the *user input buffer* can be useful for presenting a preset input to the user
215215
(like the last password attempt).
216-
Simple pass an input string like this:
216+
Simply pass an input string like this:
217217

218218
```php
219219
$readline->setInput('lastpass');

0 commit comments

Comments
 (0)