Skip to content

Commit

Permalink
Raku-ify README
Browse files Browse the repository at this point in the history
  • Loading branch information
Altai-man committed Apr 1, 2021
1 parent b6176bd commit 5e521e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### ASN::BER

This module is designed to allow one make Perl 6 types support encoding and decoding based on ASN.1-driven Basic Encoding Rules.
This module is designed to allow one make Raku types support encoding and decoding based on ASN.1-driven Basic Encoding Rules.

#### Warnings

Expand Down Expand Up @@ -102,7 +102,7 @@ Definitions of ASN.1 types are made by use of:

* Universal types (`MessageID ::= INTEGER`)

Universal types are mostly handled with Perl 6 native types, currently implemented are:
Universal types are mostly handled with Raku native types, currently implemented are:

| ASN.1 type | Perl 6 type |
|-----------------|--------------------------------|
Expand Down

0 comments on commit 5e521e5

Please sign in to comment.