Skip to content

Commit a25e662

Browse files
committed
remove outdated reference to Atom/Chlorine
Signed-off-by: Sean Corfield <[email protected]>
1 parent 5cea1c0 commit a25e662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ How you run tests will depend a lot on the tooling and/or IDE/editor that you us
7474

7575
### Editor Integration
7676

77-
While you are developing tests, it's probably best to run them via your editor (using the REPL connected to it). Most Clojure integrations for editors allow you run an individual test, all tests in a given namespace, or all tests in the project. You'll have to consult the documentation for your chosen editor/integration for the ways to do that. _[In Chlorine for Atom, it's `ctrl-; t` to run a single test and `ctrl-; x` to run all the tests in the current namespace.]_
77+
While you are developing tests, it's probably best to run them via your editor (using the REPL connected to it). Most Clojure integrations for editors allow you run an individual test, all tests in a given namespace, or all tests in the project. You'll have to consult the documentation for your chosen editor/integration for the ways to do that.
7878

7979
### REPL
8080

0 commit comments

Comments
 (0)