Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Mar 28, 2024
1 parent d1ac024 commit 8746db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Rnssp_wasm
# Rnssp-wasm
This repository builds the [`Rnssp`](https://github.com/CDCgov/Rnssp) R package for Webassembly.

## Installing Rnssp in your webr REPL
The Webassembly build of the [`Rnssp`](https://github.com/CDCgov/Rnssp) R package can be installed in a webr REPL by executing the following:
The Webassembly build of the [`Rnssp`](https://github.com/CDCgov/Rnssp) R package can be installed in a `webr` REPL by executing the following:

```r
webr::install(
Expand All @@ -11,7 +11,7 @@ webr::install(
)
```

Try it live in a webr REPL <a href="https://webr.r-wasm.org/latest/" target="_blank">here</a>.
Try it live in a `webr` REPL <a href="https://webr.r-wasm.org/latest/" target="_blank">here</a>.


## Contributing to this project
Expand Down

0 comments on commit 8746db1

Please sign in to comment.