Skip to content

Commit

Permalink
Merge branch 'marlowe-tutorial-alpha' of https://github.com/input-out…
Browse files Browse the repository at this point in the history
…put-hk/plutus into marlowe-tutorial-alpha
  • Loading branch information
simonjohnthompson committed Oct 27, 2020
2 parents fa7aef5 + a71429c commit aadf051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-playground-client/src/Home.purs
Expand Up @@ -25,7 +25,7 @@ render state =
]
, div [ classes [ ClassName "text-block" ] ]
[ h2_ [ text "How does the playground work?" ]
, p_ [ text "Marlowe contracts can be built in different ways. You can write them as Marlowe text, but also use the Blockly visual programming tool to create contracts by fitting together blocks that represent the different components. Marlowe is written in the Haskell programming language, and you can also use Haskell features to help you describe Marlowe contracts more readably and succinctly." ]
, p_ [ text "Marlowe contracts can be built in different ways. You can write them as Marlowe text, but also use the Blockly visual programming tool to create contracts by fitting together blocks that represent the different components. Marlowe is embedded in JavaScript and Haskell, and so you can use features from them to help you to build Marlowe contracts more readably and succinctly." ]
]
]
, div [ classes [ flex, ClassName "start-with-container" ] ]
Expand Down

0 comments on commit aadf051

Please sign in to comment.