Skip to content

Commit 4fc24f2

Browse files
committed
V7.1 README updated
1 parent f8a6804 commit 4fc24f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buscador-noticias/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is my seventh web application developed with react. I decided to start lear
1010

1111
The application uses the hooks useState and useEffect, the first one is in charge of modifying the states of the objects where the information of the appointment is stored. The second is responsible for creating the expense and decrease the remainder of the budget.
1212

13-
### Design
13+
### Design
1414

1515
I used the skeleton style library in conjunction with google fonts for website text. The other styles are inside a style sheet that is imported into the HTML. It is a simple design of a form and some cards to show the appointments.
1616

buscador-noticias/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ListadoNoticias from './components/ListadoNoticias';
55

66
function App() {
77

8-
// DEFINIR LA CATEGORIA Y NOTICIAS
8+
// DEFINIR LA CATEGORIA Y NOTICIASS
99
const [categoria, setCategoria] = useState('');
1010
const [noticias, setNoticias] = useState([]);
1111

0 commit comments

Comments
 (0)