Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eben60 committed Nov 22, 2024
1 parent eeb980e commit e060871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit e060871

Please sign in to comment.