docs: update README.md

This commit is contained in:
Chen Asraf
2023-05-28 02:14:36 +03:00
parent 4f27b7b934
commit 06b1552dca

View File

@@ -66,7 +66,7 @@ $ npx simple-scaffold@latest \
This will immediately create the following file: `src/components/PageWrapper.tsx`
```tsx
// Created: 2077/01/01
// Created: 2077-01-01
import React from 'react'
export default PageWrapper: React.FC = (props) => {