Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed May 9, 2024
1 parent 1bf6a9b commit dfc1565
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion app/routes/_pseo+/subject-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const subjects: Subject[] = [
},
{
slug: 'arquitetura-de-computadores',
name: 'Arquiteura de Computadores',
name: 'Arquitetura de Computadores',
prerequisites: ['Sistemas Digitais'],
topics: [
{
Expand Down Expand Up @@ -128,4 +128,24 @@ export const subjects: Subject[] = [
},
],
},
{
slug: 'sistemas-operativos',
name: 'Sistemas Operativos',
prerequisites: ['Sistemas Digitais', 'Arquitetura de Computadores'],
topics: [

],
resources: [
{
name: 'Organização para Arquitetura de Computadores',
link: arquiteturaDeComputadores,
},
],
software: [
{
name: 'MARS',
link: 'https://courses.missouristate.edu/kenvollmar/mars/download.htm',
},
],
},
]

0 comments on commit dfc1565

Please sign in to comment.