Skip to content

Commit

Permalink
Small improvements to the README and the documentation (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 25, 2020
1 parent 680b2ff commit f7ca3c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Coverage](https://codecov.io/gh/JuliaHealth/PharmaceuticalClassification.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaHealth/PharmaceuticalClassification.jl)

PharmaceuticalClassification
implements mappings between different systems
for classifying medications
implements mappings between different systems for classifying medications.

Please see the [documentation](https://JuliaHealth.github.io/PharmaceuticalClassification.jl/stable/).
Please see the
[documentation](https://JuliaHealth.github.io/PharmaceuticalClassification.jl/stable/).
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CurrentModule = PharmaceuticalClassification
# PharmaceuticalClassification

[PharmaceuticalClassification](https://github.com/JuliaHealth/PharmaceuticalClassification.jl)
implements mappings between different systems
for classifying medications.
implements mappings between different systems for classifying medications.

Please see the [GitHub repository](https://github.com/JuliaHealth/PharmaceuticalClassification.jl).
The source code is available in the
[GitHub repository](https://github.com/JuliaHealth/PharmaceuticalClassification.jl).

2 comments on commit f7ca3c7

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=master

@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 updated: JuliaRegistries/General/20018

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" f7ca3c746da3e8c1c81e8ca01b61cc6e44bb61a7
git push origin v0.1.0

Please sign in to comment.