Skip to content

Commit e8e8df5

Browse files
committed
Updated packages and README.
1 parent 0e3bc9b commit e8e8df5

File tree

3 files changed

+509
-432
lines changed

3 files changed

+509
-432
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "core",
2+
"name": "Coderpad",
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
9-
name="The Marlin Project"
10-
content="Personal projects by Danny Pham"
9+
name="Coderpad"
10+
content="Experimental project to create coderpad for solo sessions"
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
1313
<!--
@@ -26,7 +26,7 @@
2626
work correctly both with client-side routing and a non-root public URL.
2727
Learn how to configure a non-root public URL by running `npm run build`.
2828
-->
29-
<title>The Marlin Project</title>
29+
<title>Coderpad | Danny Pham</title>
3030
</head>
3131
<body>
3232
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)