Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 5, 2023
1 parent d8936c1 commit 495e357
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ If you are looking for a template with esy, check
Each example is a self-contained, complete project with its README, a Makefile
and an opam file to define the dependencies.

To use any of the examples, clone this repository, and then just replace the
contents with the folder of the example you want to use to get started.
To use any of the examples, you can copy/paste the example folder in a new
project and start hacking on it.

Then follow the example `README.md` instructions to get started.
Each example includes a `README.md` with instructions on how to get started.

- [**`1-node`**](examples/1-node)  —  a simple Node.js application,
prints a "hello world" message when it runs.
- [**`2-react`**](examples/2-react)  —  a simple Reason React app with
Webpack.
- [**`1-node`**](examples/1-node)  —  a simple Node.js
application, prints a "hello world" message when it runs.
- [**`2-react`**](examples/2-react)  —  a simple Reason React
app with Webpack.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion examples/2-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ JavaScript dependencies
- `make watch`: watch for the filesystem and have Melange rebuild on every
change
- `make serve`: serve the application with a local HTTP server

- `make bundle`: creates a full bundle with the generated `js` files and `html` page

0 comments on commit 495e357

Please sign in to comment.