Skip to content

Commit

Permalink
bump version to 0.2.0 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
buntec committed May 23, 2022
1 parent 25a291d commit 7528ba8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ Inspired by:

See the `examples` folder for commented code examples.

You can try these examples by serving the `index.html` using a simple
development server, e.g., [Live Server](https://www.npmjs.com/package/live-server).
You can try the examples by running `examples/fastLinkJS` in sbt and then
serving the `index.html` using a simple development server, e.g.,
[Live Server](https://www.npmjs.com/package/live-server).

There is also an implementation of [todomvc](https://github.com/tastejs/todomvc)
in the `todo-mvc` folder.

To use ff4s in your own project, add this to your `build.sbt`:
```scala
enablePlugins(ScalaJSPlugin)
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "io.github.buntec.ff4s" %%% "ff4s" % "0.1.8"
libraryDependencies += "io.github.buntec.ff4s" %%% "ff4s" % "0.2.0"
```
(You can also use the latest short commit hash as the version string.)

Disclaimer: this is work in progress!

0 comments on commit 7528ba8

Please sign in to comment.