Skip to content

Commit

Permalink
Correct the samples repo path in README.md. Closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
frncesc committed Oct 14, 2019
1 parent fccf4bc commit 53116e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ cd ..
$ git clone https://github.com/projectestac/jclic-repo.git --branch samples --single-branch jclic-repo-samples
# Go back to jclic-repo and create a symlink to the sample projects directory:
$ cd jclic-repo
$ ln -s ../jclic-repo/samples/projects .
$ ln -s ../jclic-repo-samples/projects .
```

To test the module and see the demo in your browser, just launch the test server running:
Expand Down

0 comments on commit 53116e6

Please sign in to comment.