Skip to content

Commit

Permalink
Fix a typo in README.md (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgkirch committed Nov 11, 2021
1 parent a6b0528 commit da81035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Specifically it's middleware for a networked REPL, which is managed by
refactor-nrepl uses the running REPL to to gain insight about your
project, in order to offer various refactorings.

Most likely you're already in an environment with a nREPL client available, so you don't have to worry about anything except sending an receiving messages:
Most likely you're already in an environment with a nREPL client available, so you don't have to worry about anything except sending and receiving messages:

```clj
=> (require '[nrepl.core :as repl])
Expand Down

0 comments on commit da81035

Please sign in to comment.