Skip to content

Commit

Permalink
Merge pull request #3634 from aquynh/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
michaelpj committed Jul 29, 2021
2 parents 4ef6caf + 9c433da commit b2c3580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-core/README.md
Expand Up @@ -8,7 +8,7 @@ The Haskell package `plutus-core` implements a range of functionality for manipu

* Parser and pretty-printer for textual Plutus Core representation as per the Plutus Core specification

* Binary serialisation and deserialisation using the `cborg` package (coordinate with Duncan)
* Binary serialisation and deserialisation using the `flat` package

* Plutus Core abstract syntax

Expand Down Expand Up @@ -90,4 +90,4 @@ There is an executable that runs programs on the CK machine: you can feed a prog

#### The CEK machine

Similarly for untyped plutus core, the CEK machine can be used to evaluate untyped plutus core programs. Run `cabal run uplc evaluate -- -h` for a full list of options.
Similarly for untyped plutus core, the CEK machine can be used to evaluate untyped plutus core programs. Run `cabal run uplc evaluate -- -h` for a full list of options.

0 comments on commit b2c3580

Please sign in to comment.