Skip to content

Commit 2ad6892

Browse files
sadiquiHarryVasanth
authored andcommitted
docs(mini-framework): fix subject and audit file
1 parent e1371e8 commit 2ad6892

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

subjects/mini-framework/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Be aware that a framework is different from a library. When you call a method fr
99
Your framework should implement:
1010

1111
- Abstracting the DOM
12-
Routing System
12+
- Routing System
1313
- State Management
1414
- Event Handling
1515

1616
You will also need to make a [todoMVC](http://todomvc.com/) project using your framework.
1717

1818
### Instructions
1919

20-
You must create documentation for your framework, so that users (auditers) are able to understand and know how to use your framework without experiencing any awkwardness.
20+
You must create documentation for your framework, so that users (auditors) are able to understand and know how to use your framework without experiencing any awkwardness.
2121

2222
Your framework will be tested by using it, like you previously have used one, in the social network project. So the user has to be presented to a folder structure that allows him to run the app from the root of that folder structure. The user testing your framework will have to implement some simple code in order to test the features described below.
2323

subjects/mini-framework/audit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
###### Does the documentation contain an explanation on how the framework works?
1414

15-
##### Open the todoMVC project and compare it to other [todoMVC project](http://todomvc.com/) ([example](http://todomvc.com/examples/vanillajs/)).
15+
##### Open the todoMVC project and compare it to other [todoMVC project](http://todomvc.com/) ([example](https://todomvc.com/examples/javascript-es6/dist/)).
1616

1717
###### Does it contain every element as the other todoMVCs examples?
1818

0 commit comments

Comments
 (0)