Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Jun 7, 2022
1 parent 72f85f9 commit 9433b6f
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 @@ -113,6 +113,6 @@ julia> decode(data, ISO_LATIN_1())
```

## Supported Encodings
| Name | Type |
| Name | Encoding Type |
| :--------- | :------------------------- |
| ISO-8859-1 | `ISO_8859_1` `ISO_LATIN_1` |

2 comments on commit 9433b6f

@pedromxavier
Copy link
Contributor Author

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/61867

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

Please sign in to comment.