diff --git a/README.md b/README.md index 26eb661..52a1883 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a Bash script `bash-env-json` for export of Bash environment as JSON, su Everyone needs Bash format environment support. Being able to export this as JSON makes it readily available for import into any modern shell. -An adapter for [Elvish](https://github.com/tesujimath/bash-env-elvish) is provided for ease of use from those shells. The [existing plugin for NuShell](https://github.com/tesujimath/nu_plugin_bash_env) will soon be updated to use this also. +Adapters for [Elvish](https://github.com/tesujimath/bash-env-elvish) and [NuShell](https://github.com/tesujimath/nu_plugin_bash_env) are provided for ease of use from those shells. Source files may be arbitrarily complex Bash, including conditionals, etc.