From 267c6724e01e9f0f5473466a5ec241c03004c674 Mon Sep 17 00:00:00 2001 From: Raphael Das Gupta Date: Tue, 30 Jun 2020 13:55:47 +0200 Subject: [PATCH] fix markup of inline code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b62897e..089ac8e 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ poetry2nix.cleanPythonSources { Contributions to this project are welcome in the form of GitHub PRs. Please consider the following before creating PRs: - This project uses [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt) for formatting the Nix code. You can use -`nix-shell --run "nixpkgs-fmt ." to format everything. +`nix-shell --run "nixpkgs-fmt .` to format everything. - If you are planning to make any considerable changes, you should first present your plans in a GitHub issue so it can be discussed. - If you add new features please consider adding tests.