Skip to content

Commit

Permalink
FIX: minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-garaix committed Oct 8, 2024
1 parent a3fc4a3 commit 861af9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The documentation is available on [docs.rs](https://docs.rs/proj4rs/) and the demo on [docs.3liz.org](https://docs.3liz.org/proj4rs/).

## Contributing
# Contributing

### Modify

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ Proj.transform(from, to, point);

## Contributing

You can contribute to this library by going on the [proj4rs](https://github.com/3liz/proj4rs/) repository
You can contribute to this library by going on the [proj4rs](./CONTRIBUTING.md) repository
6 changes: 4 additions & 2 deletions README_WASM.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

The documentation is available on [docs.rs](https://docs.rs/proj4rs/) and the demo on [docs.3liz.org](https://docs.3liz.org/proj4rs/).

# Build locally a package

## Compiling for WASM

Install [wasm-pack](https://rustwasm.github.io/wasm-pack/book/)
Expand All @@ -18,7 +20,7 @@ cargo make wasm

### Running the WASM example

There is a [`index.html`] file for testing the WASM module in a navigator.
There is a `index.html` file for testing the WASM module in a navigator.

For security reasons, you need to run it from a server.
You can start a Python server with the following command:
Expand All @@ -32,7 +34,7 @@ The server will automatically serve the `index.html` file in the current directo

## Build for npm

```
```bash
cargo make wasm_bundle
```

Expand Down

0 comments on commit 861af9a

Please sign in to comment.