From e060871bb330f497ea07ba02e956818266fc90cb Mon Sep 17 00:00:00 2001 From: Ben Elkin <8xe8n-cm@online.de> Date: Fri, 22 Nov 2024 16:22:24 +0100 Subject: [PATCH] update Readme --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6f39d52..338ade8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ShareAdd" uuid = "27c01619-3163-4fe3-a204-36d38c32eb7d" authors = ["Eben60"] -version = "1.0.0" +version = "1.0.1" [deps] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" diff --git a/README.md b/README.md index 3901412..c87991d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # ShareAdd.jl -This Julia package is intended for interactive use, and it's aim is to help you to reduce clutter in your main shared environment, and thus avoid package incompatibility problems. It exports two macros: `@usingany` and `@usingtmp`, envisioned for two different workflows. +The aim of this Julia package is to help you to reduce clutter in your main shared environment (and thus avoid package incompatibility problems) by making it easy to use multiple shared or temporary environments. The package is primarily intended for interactive use. It exports two macros: `@usingany` and `@usingtmp`, envisioned for two different workflows. ## Documentation at [https://eben60.github.io/ShareAdd.jl/](https://eben60.github.io/ShareAdd.jl/) \ No newline at end of file