diff --git a/docs/basics.adoc b/docs/basics.adoc index a7033f7..f50f4a4 100644 --- a/docs/basics.adoc +++ b/docs/basics.adoc @@ -117,7 +117,7 @@ You should see `hello` in your browser tab, which means its working! image::hellopage.png[hello,800] -Now, let's exercise the **live reload** capabilities of Quarkus. In Che, open the `GreetingResource.java` file (in `src/main/java/org/acme/people/rest`) and change `return "hello";` to `return "hola";` in the editor. Press kbd:[Control+S] (or kbd:[Command+S] on Mac OS) to save the file. Don't recompile or restart anything. Just try to reload the same brower tab that was showing `hello`. It should now show `hola`. +Now, let's exercise the **live reload** capabilities of Quarkus. In Che, open the `GreetingResource.java` file (in `src/main/java/org/acme/people/rest`) and change `return "hello";` to `return "hola";` in the editor. After making this change, reload the same brower tab that was showing `hello`. It should now show `hola`. Wow, how cool is that? Supersonic Subatomic live reload! Go ahead and change it a few more times and access the endpoint again. And we're just getting started. Leave the app running so we can continue to change it on the fly in the next section. diff --git a/docs/intro.adoc b/docs/intro.adoc index 2ebd6b3..b015a1d 100644 --- a/docs/intro.adoc +++ b/docs/intro.adoc @@ -32,7 +32,7 @@ echo "This is a bash shell command that you can copy/paste by clicking" ## Access Your Development Environment -You will be using Red Hat CodeReady Workspaces, an online IDE based on https://www.eclipse.org/che/[Eclipe Che,window=_blank]. +You will be using Red Hat CodeReady Workspaces, an online IDE based on https://www.eclipse.org/che/[Eclipe Che,window=_blank]. **Changes to files are auto-saved every few seconds**, so you don't need to explicitly save changes. To get started, {{ CHE_URL }}[access the Che instance,window=_blank] and log in using the username and password you've been assigned (e.g. `userNN/passNN`):