From 10568eb6f11cef48f9c38072a2b1a1fea0c20581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= <45191785+Bubobubobubobubo@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:42:09 +0200 Subject: [PATCH] Update terminology for Sardine REPL (#276) Just noticed that the README is still mentioning `fishery` which has been replaced with a global `sardine` command. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c16e2915..0696ef71 100644 --- a/README.md +++ b/README.md @@ -159,12 +159,12 @@ object, like this: #### Sardine Use `flok-repl` with the `-t sardine` parameter. In order to make it work, -the `fishery` REPL must be included to your PATH. It should already be the +the `sardine` REPL must be included to your PATH. It should already be the case if you followed a regular install. ##### Extra options -* `python`: Path to your custom `fishery` Python REPL. Use this if you need +* `python`: Path to your custom `sardine` Python REPL. Use this if you need to target a specific install of Sardine (Python version, different path, etc). #### FoxDot