Skip to content

Commit

Permalink
Command name change
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Jun 20, 2024
1 parent 2e272ca commit 0c155b1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

The first sips of [Calva](https://calva.io), [Clojure](https://clojure.org), [Paredit](https://calva.io/paredit), or anything Clojure-ish, really.

![Fire up a Calva REPL](vscode-calva-command-palette.png)
![Create a Getting started REPL project](vscode-command-palette-calva-getting-started.png)

## Made for Calva's Getting Started REPL

This is a repository for **Getting Started** files for Calva.
This is a repository for **Getting Started** files for Calva.

See: https://calva.io/getting-started/

![Welcoe to Clojure](hello_clojure.png)
![Welcome to Clojure](hello_clojure.png)

## How to Contribute

Expand All @@ -26,7 +26,7 @@ See the *drams* directory for the files. Make sure to edit the files inside the

## License

The original author [Peter Strömberg aka PEZ](https://github.com/PEZ) claims No Copyright:
The original author [Peter Strömberg aka PEZ](https://github.com/PEZ) claims No Copyright:
* https://creativecommons.org/publicdomain/zero/1.0/

(Don't hesitate to credit me if you use the material, I do enjoy that.)
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
(set! "Hello ClojureScript REPL from Calva!")
;; reload browser page to restore the original content 😎
)

;; Please edit the code in this block and see
;; what happens when you evaluate.
)

;; Learn about the Calva REPL and about Clojure with
;; the command: *Fire up the Getting Started REPL*.
;; the command: *Calva: Create a Getting Started REPL project*.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
)

;; Learn about the Calva REPL and about Clojure with
;; the command: *Fire up the Getting Started REPL*.
;; the command: *Calva: Create a Getting Started REPL project*.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
(set! "Hello ClojureScript REPL from Calva!")
;; reload browser page to restore the original content 😎
)

;; Please edit the code in this block and see
;; what happens when you evaluate.
)

;; Learn about the Calva REPL and about Clojure with
;; the command: *Fire up the Getting Started REPL*.
;; the command: *Calva: Create a Getting Started REPL project*.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
)

;; Learn about the Calva REPL and about Clojure with
;; the command: *Fire up the Getting Started REPL*.
;; the command: *Calva: Create a Getting Started REPL project*.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@
;; here and there and evaluate again.

;; NB: This is work in progress...
;; When you fire up the Getting Started REPL the next
;; time, you will be presented with the option to
;; download new files or continue with the files you
;; have. You can also always find the latest version here:
;; When you create the Getting Started REPL project the
;; next time, it may have been updated. 😀
;; You can also always find the latest version here:
;; https://github.com/BetterThanTomorrow/dram/blob/dev/drams/calva_getting_started/src/get_started/welcome_to_clojure.clj

(comment
Expand Down
Binary file removed vscode-calva-command-palette.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c155b1

Please sign in to comment.