Skip to content

Commit 9774ad0

Browse files
committed
rename '13.read-video-react-hook' to '13.read-video-react-hooks'
1 parent 0e1ce65 commit 9774ad0

File tree

28 files changed

+6
-6
lines changed

28 files changed

+6
-6
lines changed
File renamed without changes.

1.hello-world/13.read-video-react-hook/README.md renamed to 1.hello-world/13.read-video-react-hooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Make sure you have [node](https://nodejs.org/) installed. `node 14.21.3` and `re
1616
### Create a Bootstrapped Raw React Application with TypeScript
1717

1818
```cmd
19-
npx create-react-app read-video-react-hook --template typescript
19+
npx create-react-app read-video-react-hooks --template typescript
2020
```
2121

2222
### **CD** to the root directory of the application and install the library
2323

2424
```cmd
25-
cd read-video-react-hook
25+
cd read-video-react-hooks
2626
npm install dynamsoft-javascript-barcode
2727
```
2828

1.hello-world/13.read-video-react-hook/package.json renamed to 1.hello-world/13.read-video-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "read-video-react-hook",
2+
"name": "read-video-react-hooks",
33
"version": "0.1.0",
44
"homepage": "./",
55
"private": true,

1.hello-world/13.read-video-react-hook/public/favicon.ico renamed to 1.hello-world/13.read-video-react-hooks/public/favicon.ico

File renamed without changes.

1.hello-world/13.read-video-react-hook/public/index.html renamed to 1.hello-world/13.read-video-react-hooks/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="theme-color" content="#000000" />
88
<meta name="description" content="Read barcode with Dynamsoft Barcode Reader in a React Application.">
99
<meta name="keywords" content="read barcode from camera and images in React">
10-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/13.read-video-react-hook/build/">
10+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/13.read-video-react-hooks/build/">
1111
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1212
<!--
1313
manifest.json provides metadata used when your web app is installed on a

1.hello-world/13.read-video-react-hook/public/logo192.png renamed to 1.hello-world/13.read-video-react-hooks/public/logo192.png

File renamed without changes.

1.hello-world/13.read-video-react-hook/public/logo512.png renamed to 1.hello-world/13.read-video-react-hooks/public/logo512.png

File renamed without changes.

1.hello-world/13.read-video-react-hook/public/manifest.json renamed to 1.hello-world/13.read-video-react-hooks/public/manifest.json

File renamed without changes.

1.hello-world/13.read-video-react-hook/public/robots.txt renamed to 1.hello-world/13.read-video-react-hooks/public/robots.txt

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)