Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasgal committed Dec 8, 2019
1 parent 4f1f26f commit 55f6d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ encoding in **Corpuscles.jl**:
```julia
julia> using Corpuscles

julia> p = Particle(-319)
Particle(-319)
julia> p = Particle(12)
Particle(12) 'nu(e)'
```

To get an overview of the available particle information, use `print()`:
Expand Down

2 comments on commit 55f6d02

@8me
Copy link
Collaborator

@8me 8me commented on 55f6d02 Dec 8, 2019

Choose a reason for hiding this comment

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

@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/6417

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>" 55f6d022238f67c6ea8e1174e4a9f23b706993a5
git push origin v0.2.0

Please sign in to comment.