From 692aa3cfeb97c50ff720bda4eff53276b8ad3ece Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Tue, 2 Jul 2024 21:56:49 +0200 Subject: [PATCH] typo in readme --- README.Rmd | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 2933d027..2a6fcd32 100644 --- a/README.Rmd +++ b/README.Rmd @@ -61,9 +61,9 @@ as per the example above). Nix has a fairly high entry cost though. Nix is a complex piece of software that comes with its own programming language, which is also called Nix. Its purpose is to solve a complex problem: defining instructions on how to build software -packages and manage configurations in a declarative way. This makes sure -that software gets installed in fully reproducible manner, on any operating -system or hardware. +packages and manage configurations in a declarative way. This makes sure that +software gets installed in a fully reproducible manner, on any operating system +or hardware. `{rix}` provides functions to help you write Nix expressions (written in the Nix language). These expressions will be the inputs for the Nix package manager, to diff --git a/README.md b/README.md index 8df70ad5..87bbd28f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Nix has a fairly high entry cost though. Nix is a complex piece of software that comes with its own programming language, which is also called Nix. Its purpose is to solve a complex problem: defining instructions on how to build software packages and manage configurations -in a declarative way. This makes sure that software gets installed in +in a declarative way. This makes sure that software gets installed in a fully reproducible manner, on any operating system or hardware. `{rix}` provides functions to help you write Nix expressions (written in