Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Si13n7 committed May 12, 2023
1 parent 2ae92f6 commit 2adff92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ The idea was to create a comfortable way of binary-to-text encoding.

You can easily create instances of any type to translate `Stream`, `byte[]` or `string` data. Extension methods are also provided for all types.

## Install:

```julia

$ dotnet add package Roydl.Text

```

## Binary-To-Text Encoding

Expand All @@ -35,7 +42,6 @@ You can easily create instances of any type to translate `Stream`, `byte[]` or `
| Base-85 | Standard 85-character set: `!"#$%&'()*+,-./`, `0-9`, `:;<=>?@`, `A-Z`, <code>[]^_&#96;</code> and `a-u` |
| Base-91 | Standard 91-character set: `A–Z`, `a–z`, `0–9`, and <code>!&#35;$%&amp;()*+,-.:;&lt;=&gt;?@[]^_&#96;{&#124;}~&quot;</code> |


### Usage:
```cs
// The `value` must be type `string` or `byte[]`, if `BinToTextEncoding` is
Expand Down

0 comments on commit 2adff92

Please sign in to comment.