From 7e127e66ee46023821e656c0a0f82d7138ef9e01 Mon Sep 17 00:00:00 2001 From: figurestudios <64747030+figurestudios@users.noreply.github.com> Date: Fri, 13 May 2022 16:56:36 +0200 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b42645..8eda595 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ The users of Golem run the reference implementation in the form of the Rust impl ### Monitoring -- [Golem Provider dashboard](https://github.com/vciancio/golem-dashboard) - ReactJS dashboard made to quickly gather status from your provider nodes without havingn to SSH into them. +- [Golem Provider dashboard](https://github.com/vciancio/golem-dashboard) - ReactJS dashboard made to quickly gather status from your provider nodes without having to SSH into them. - [Golem Provider dashboard backend / GolemBar](https://github.com/vciancio/golem-node-server) - Flask backend that collects the data from the provider that's then used with the dashboard project above. ### Provisioning @@ -200,7 +200,7 @@ The users of Golem run the reference implementation in the form of the Rust impl - [Automatic Golem](https://github.com/r34x/Automatic-Golem) - Setup a Golem Provider with simple instructions and logs guiding you through the process. - [Golem Provider Node](https://github.com/alexandre-abrioux/golem-node) - Docker version of a node to help you get started running as a provider in a Docker container quick. - [Golem Provider node](https://github.com/blue-notes-robot/golem-node) - Fork of Alxexandre-abrioux project above that allows to dynamically generate config files from ENV variables and specify how many replicas you'd like to spawn. -- [Scaleable golem provider](https://github.com/cryptobench/scaleable-golem-provider) - Spawn x amount of providers using Docker. +- [Scalable golem provider](https://github.com/cryptobench/scaleable-golem-provider) - Spawn x amount of providers using Docker. ## Learning Resources