Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Commit c72fe2f

Browse files
author
Andrei
committed
Added deps to example
1 parent 929e349 commit c72fe2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,9 @@ You will learn how to:
448448

449449
Before we start writing the functions that create and view bins, we need to decide how the app will work. For instance, we know that we will use the app to create new bins, to view existing ones and also to update them.
450450

451-
The easiest way to separate these different app functionalities, is to separate the states by using query parameters -- i.e. `?view=...`, `?edit=...`.
451+
The easiest way to separate these different app functionalities, is to separate the states by using query parameters -- i.e. `?view=...`, `?edit=...`.
452+
453+
Another important step we need to do right now is to add the required dependencies. These are [rdflib.js](https://github.com/linkeddata/rdflib.js) and [Solid.js](https://github.com/solid/solid.js).
452454

453455
**Picking the vocabularies**
454456

0 commit comments

Comments
 (0)