Skip to content

Commit 40aa080

Browse files
mtfishmanclaude
andauthored
README: fix "Github ursername" typo (#130)
## Summary - Fix two instances of "Github ursername" in `README.md` and `examples/README.jl` (correcting the misspelling and the GitHub canonical capitalization). ## Test plan - [x] `itpkgfmt` clean. - [x] Pre-commit hooks pass. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dca0d58 commit 40aa080

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
3-
version = "0.3.52"
3+
version = "0.3.53"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or:
3131
```julia
3232
julia> Pkg.Registry.add(url = "git@github.com:ITensor/ITensorRegistry.git")
3333
```
34-
if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages.
34+
if you want to use SSH credentials, which can make it so you don't have to enter your GitHub username and password when registering packages.
3535

3636
Then, the package can be added as usual through the package manager:
3737

examples/README.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ julia> Pkg.Registry.add(url = "https://github.com/ITensor/ITensorRegistry")
3131
julia> Pkg.Registry.add(url = "git@github.com:ITensor/ITensorRegistry.git")
3232
```
3333
=#
34-
# if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages.
34+
# if you want to use SSH credentials, which can make it so you don't have to enter your GitHub username and password when registering packages.
3535

3636
# Then, the package can be added as usual through the package manager:
3737

0 commit comments

Comments
 (0)