Skip to content
Snippets Groups Projects
Commit 97966a77 authored by Will Billingsley's avatar Will Billingsley
Browse files

Update README.md

parent 90061de7
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,8 @@ Open a terminal in the `tutorial-conway-life-t3` directory.
```
In render.ts, we'll need to export both the `life` constant and the `render`
function. So rather than use `export default`, we'll need to insert an
explicit export block
function. Because we have two names to export, rather than use `export default`
we'll need to insert an explicit export block
```ts
export {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment