From 64df76db0048a23531eb4268c9bc5e06771bd4e4 Mon Sep 17 00:00:00 2001 From: Sipher <77928770+Sipher@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:20:19 -0300 Subject: [PATCH] Update README.md Fix Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25e62a01..5e4b1f53 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Bend is powered by the [HVM2](https://github.com/higherorderco/hvm) runtime. ## Install -### Install depedencies +### Install dependencies #### On Linux ```py @@ -171,7 +171,7 @@ Or you can run it using C interpreter (Parallel) bend run-c ssum.bend -s ``` -If you have a NVIDIA GPU, you can also run in CUDA (Massivelly parallel) +If you have a NVIDIA GPU, you can also run in CUDA (Massively parallel) ```sh bend run-cu ssum.bend -s ```