ameerazam08 commited on
Commit
cf7556e
1 Parent(s): 03e89ce

upload option readme

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -12,10 +12,6 @@ short_description: Latest Best Papers Update Daily
12
 
13
  ## Add New Paper here
14
  ```
15
- Got /src/app/about-event.tsx
16
-
17
- #upload image in /public/paper_image
18
-
19
  {
20
  title: "Paper Title", #paper name
21
  description: "Discriptions", #short description of paper,
@@ -23,4 +19,10 @@ Got /src/app/about-event.tsx
23
  imageName : "avatar1.jpg", #image name
24
  paper_links :"paper links" #paper link
25
  },
 
 
 
 
 
 
26
  ```
 
12
 
13
  ## Add New Paper here
14
  ```
 
 
 
 
15
  {
16
  title: "Paper Title", #paper name
17
  description: "Discriptions", #short description of paper,
 
19
  imageName : "avatar1.jpg", #image name
20
  paper_links :"paper links" #paper link
21
  },
22
+
23
+ add this list in /src/app/about-event.tsx
24
+
25
+ Upload the Image Here
26
+ /public/paper_image
27
+
28
  ```