From adfa3789483c3fbbd7a62fdbdc94f1aff1ddd6f1 Mon Sep 17 00:00:00 2001 From: David Mark Clements Date: Tue, 14 May 2024 17:22:04 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 755220a..5bfb12f 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ References for Pear Runtime. * [Application-Programming-Interface (API)](./reference/pear/api.md) * [Application Configuration](./reference/pear/configuration.md) -> The Pear runtime uses [Bare](https://github.com/holepunchto/bare) JavaScript runtime, which is a small and modular JavaScript runtime for desktop and mobile. To learn more, see [Bare Reference](./reference/bare/overview.md). +> The Pear Runtime uses [Bare](https://github.com/holepunchto/bare) JavaScript runtime, which is a small and modular JavaScript runtime for desktop and mobile. To learn more, see [Bare Reference](./reference/bare/overview.md). ### Guides -Guides on using the pear runtime to build and share P2P applications. +Guides on using the Pear Runtime to build and share P2P applications. * [Getting Started](./guide/getting-started.md) * [Starting a Pear Desktop Project](./guide/starting-a-pear-desktop-project.md)