Skip to content

Commit

Permalink
change desc to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
felixtanhm committed Mar 26, 2024
1 parent d86351c commit 3df1a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion full-stack-javascript/03-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple cataloging application to store saved objects. This project serves to f

![GIF Recording of Library](library.gif)

[**Live Demo**](#) ✨ |
[**Live Demo**]() ✨ |
[**Project Specs**](https://www.theodinproject.com/lessons/node-path-javascript-library) 📝

## 🪃 Features
Expand Down
4 changes: 2 additions & 2 deletions full-stack-javascript/03-library/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ <h3>Add A New Book</h3>
<form id="new-book-form">
<label for="book-title">Title</label>
<input type="text" id="book-title" placeholder="Book Title" required />
<label for="book-desc">Description</label>
<label for="book-author">Authors</label>
<input
type="text"
id="book-desc"
id="book-author"
placeholder="Book Description"
required
/>
Expand Down

0 comments on commit 3df1a1e

Please sign in to comment.