From 9e1b55b1f5411e961df04ad0aa4ae83420ba65dc Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Mon, 10 May 2021 18:43:10 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 072b375..d9b08ae 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Besides the latest version, you can listen to updates for a specific version: * fbrinker/tileboard:2.2.0 Additionally, there are `nightly` and `dev` builds as follows: - * `fbrinker/tileboard:nightly` contains a nightly build of TileBoard's `master` branch. Use it to have the mode bleeding adge changes, which have not yet made it to a release version. + * `fbrinker/tileboard:nightly` contains a nightly build of TileBoard's `master` branch. Use it to have the most bleeding edge changes, which have not made it into a release yet. * `fbrinker/tileboard:dev` bundles TileBoard's source code and runs `yarn run dev` inside the container. Use it to modify the source, check your changes into GitHub and propose a pull request to TileBoard. See the TileBoard [contribution page](https://github.com/resoai/TileBoard/blob/master/CONTRIBUTING.md) for details.