Skip to content

Commit

Permalink
Update the README for the v2 API
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley authored Jul 20, 2024
1 parent 5879c5f commit d79bbc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# HistoricalStdlibVersions.jl

Loads historical stdlib version information into Pkg to allow Pkg to resolve stdlib versions for prior julia versions.
Loads historical stdlib version information into Pkg to allow Pkg to resolve stdlib versions for prior Julia versions.

Usage
Usage:
```julia
julia> import Pkg, HistoricalStdlibVersions
julia> import HistoricalStdlibVersions

julia> append!(empty!(Pkg.Types.STDLIBS_BY_VERSION), HistoricalStdlibVersions.STDLIBS_BY_VERSION)
julia> HistoricalStdlibVersions.register!()
```

0 comments on commit d79bbc2

Please sign in to comment.