Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede authored Feb 26, 2022
1 parent 98a68d1 commit 786c4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Composable Modeling of Radio Emission

This is a alpha version of a potential EHT/ngEHT modeling/imaging software written in pure Julia. The objectives are in order of importance
This is a alpha version of a potential EHT/ngEHT modeling/imaging software written in Julia. The objectives are in order of importance

1. Simple to define and adjust models and parameterizations
2. Everything must be differentiable with Julia's autodifferentation libraries
Expand Down

2 comments on commit 786c4a3

@ptiede
Copy link
Owner Author

@ptiede ptiede commented on 786c4a3 Feb 26, 2022

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

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.3.0 -m "<description of version>" 786c4a3b0c5ebfae41faf28a0662bcedc5d9e1ad
git push origin v0.3.0

Please sign in to comment.