Skip to content

Commit

Permalink
Update README for 568450a
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 authored Jun 6, 2019
1 parent 2bbfc4f commit 531328c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,4 @@
[![CodeCov](https://codecov.io/gh/invenia/PowerSystemsUnits.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/invenia/PowerSystemsUnits.jl)


A supplemental power systems units package for [Unitful 0.1.0](https://github.com/ajkeller34/Unitful.jl.git) or later.


## Usage

Modules that use PowerSystemsUnits will typically have to explicitly register
PowerSystemsUnits with Unitful because precompilation is not currently supported:

```julia
using Unitful
using PowerSystemsUnits

Unitful.register(PowerSystemsUnits)
```
A supplemental power systems units package for [Unitful 0.15.0](https://github.com/rigetti/Unitful.jl) or later.

2 comments on commit 531328c

@iamed2
Copy link
Member Author

@iamed2 iamed2 commented on 531328c Jun 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/1242

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 531328ca735c71ee33dcbfd41d6486500d8cabfa
git push origin v0.2.0

Please sign in to comment.