Skip to content

Commit

Permalink
Merge pull request #118 from rfourquet/patch-1
Browse files Browse the repository at this point in the history
README: fix typo in StrLiterals.jl URL
  • Loading branch information
ScottPJones committed May 27, 2020
2 parents dd473b9 + d478f3c commit cb38628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ Strs.jl is container for a number of different packages from [JuliaString.org](h

It brings together the following:

1) A better type of string literal, using [StrLiterals](https://github.com/JuliaString/StrLiterals.jls), [StrFormat](https://github.com/JuliaString/StrFormat.jl), and [StrEntities](https:://github.com/JUliaString/StrEntities.jl)
1) A better type of string literal, using [StrLiterals](https://github.com/JuliaString/StrLiterals.jl), [StrFormat](https://github.com/JuliaString/StrFormat.jl), and [StrEntities](https:://github.com/JUliaString/StrEntities.jl)

This is of the form `f"..."` or `F"..."`.

Expand Down

0 comments on commit cb38628

Please sign in to comment.