diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-08T22·07+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-08T22·07+0000 |
commit | 4bc9bb4910fa003d476847908d29d2d568ca5b58 (patch) | |
tree | 0a4029e88fbc187eb8deecbe0424b295ede8867a /learn/static/index.html | |
parent | 669b728e49d37bfcc91c0cc716ebda540c2991ca (diff) |
Prefer "Learn to code" to "Learn to program"
I think this is more consistent with the main content.
Diffstat (limited to 'learn/static/index.html')
-rw-r--r-- | learn/static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/learn/static/index.html b/learn/static/index.html index f88b49e43101..fcea4b7e69f8 100644 --- a/learn/static/index.html +++ b/learn/static/index.html @@ -3,9 +3,9 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta name="description" content="Learn to program" /> + <meta name="description" content="Learn to code" /> <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> - <title>Learn to program</title> + <title>Learn to code</title> </head> <body class="font-serif container max-w-2xl mx-auto px-8"> <h1 class="text-5xl text-center my-4">I can teach you to code.</h1> |