Skip to content

Commit 50854a6

Browse files
committed
Consistently period-terminate bullet points, as we are
using sentences over phrases. Either style is fine, as long as it is consistent.
1 parent 189d847 commit 50854a6

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A small but vibrant [global community](https://clojure.org/community/user_groups
3434

3535
- Support a 1-day guided workshop for programmers new to Clojure (not absolute programming beginners).
3636
- Also function as at-home learning material for said programmers.
37-
- The `master` branch is heavily commented, for at-home use
37+
- The `master` branch is heavily commented, for at-home use.
3838
- A `solutions` branch will be available, as a companion to `master`.
3939
But don't peek at it in advance!
4040
- You may see a `workshop-code` branch. Ignore it. It is meant only for
@@ -97,20 +97,21 @@ Notes:
9797

9898
We support VSCode + Calva IDE in the classroom for this workshop. We suggest you use this setup, unless of course, you have already configured your favourite editor for Clojure development. We've listed alternate starter kits below (IntelliJ, Vim, Emacs, Atom), _but_ please avoid [bikeshedding](http://catb.org/jargon/html/B/bikeshedding.html) editors. Just complete the workshop first!
9999

100-
- Download and Install [VSCode](https://code.visualstudio.com/)
100+
- Download and Install [VSCode](https://code.visualstudio.com/).
101101
- Open VSCode and complete the initialization process.
102-
- Open the "Extensions" Tab and search for "Calva", Install the "Calva: Clojure & ClojureScript Interactive Programming" extension
103-
- Alternatively you can visit the [Calva page](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) to install it
102+
- Open the "Extensions" Tab and search for "Calva", Install the "Calva:
103+
Clojure & ClojureScript Interactive Programming" extension.
104+
- Alternatively you can visit the [Calva page](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) to install it.
104105

105106
Once installed:
106107

107-
- Clone the repository on your machine
108-
- In VSCode Use File > Open Folder... and open the cloned folder
109-
- Notice that Calva activates
110-
- Open the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) in VSCode using `⇧⌘P` on Mac or `Ctrl+Shift+P` on other systems
111-
- Type "Calva: Start Project REPL" and choose "Calva: Start a Project REPL and Connect (aka Jack-In)" from the list
112-
- Select `deps.edn` when prompted for Project type. We are using [tools.deps](https://clojure.org/guides/deps_and_cli) for managing the project. You don't need to worry about it's details for this workshop
113-
- VSCode will create a new pane called 'output.calva-repl' and you will see `clj꞉user꞉>` prompt in that screen
108+
- Clone the repository on your machine.
109+
- In VSCode Use File > Open Folder... and open the cloned folder.
110+
- Notice that Calva activates.
111+
- Open the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) in VSCode using `⇧⌘P` on Mac or `Ctrl+Shift+P` on other systems.
112+
- Type "Calva: Start Project REPL" and choose "Calva: Start a Project REPL and Connect (aka Jack-In)" from the list.
113+
- Select `deps.edn` when prompted for Project type. We are using [tools.deps](https://clojure.org/guides/deps_and_cli) for managing the project. You don't need to worry about it's details for this workshop.
114+
- VSCode will create a new pane called 'output.calva-repl' and you will see `clj꞉user꞉>` prompt in that screen.
114115
- You have a working REPL now!
115116

116117
- Keep the [Paredit guide](https://calva.io/paredit/) handy, editing code will require some understanding of paredit.

0 commit comments

Comments
 (0)