From acf3e2fa4b7657713d34ed3d0b3bbad8c5b8d76d Mon Sep 17 00:00:00 2001 From: Joe DiPol Date: Wed, 13 Mar 2019 22:35:16 -0700 Subject: [PATCH] Update README.md --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index bc69cfdcc..8f5dda59c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,7 +15,7 @@ these examples we recommend checking out from a released tag. For example: ``` git clone git@github.com:oracle/helidon.git cd helidon -git checkout tags/0.10.5 +git checkout tags/1.0.0 ``` Our examples are Maven projects and can be built and run with @@ -41,4 +41,4 @@ Usually you can then run the example using: mvn exec:java ``` -But always see the example's `README` for details. \ No newline at end of file +But always see the example's `README` for details.