Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo authored May 14, 2019
1 parent 6a1eebd commit ca066c5
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 @@ -29,5 +29,5 @@ C = inner.(g,B) # inner product of g against all TensorValues in the array B

## Installation
```julia
Pkg.add("TensorValues)
Pkg.add("TensorValues")
```

2 comments on commit ca066c5

@fverdugo
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()

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

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.1.0 -m "<description of version>" ca066c5bc2bc50c8b3952c85ea36f582a6e8321b
git push origin v0.1.0

Please sign in to comment.