diff --git a/README.md b/README.md
index e6b6cf894c739cb684569014f067422c399f2d11..37226ad8386f3c6dc184c9ae3396a2dea71db4aa 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,6 @@ src
  ┃ ┃ ┃ ┗ YOUR_PORTAL
  ┃ ┃ ┃ ┃ ┣ FacetedSearchPerspective.js   <-- combine your perspective components here
  ┃ ┃ ┃ ┃ ┣ Perspective1.js
- ┃ ┃ ┃ ┃ ┣ Perspective2.js
  ┃ ┃ ┃ ┃ ┣ ...
  ┃ ┣ configs
  ┃ ┃ ┗ YOUR_PORTAL
@@ -96,23 +95,21 @@ src
  ┃ ┃ ┃ ┣ fullTextSearch.js
  ┃ ┃ ┃ ┣ perspective1.js
  ┃ ┃ ┃ ┣ perspective1Facets.js
- ┃ ┃ ┃ ┣ perspective2.js
- ┃ ┃ ┃ ┣ perspective2Facets.js
  ┃ ┃ ┃ ┣ ...
  ┃ ┃ ┣ index.js   <-- combine your reducers here
  ┃ ┣ translations
  ┃ ┃ ┗ YOUR_PORTAL
  ┃ ┃ ┃ ┣ localeEN.js
  ┃ ┃ ┃ ┣ ...
- ┣ server
+ â”— server
  ┃ ┣ sparql
- ┃ ┃ ┗ YOUR_PORTAL
- ┃ ┃ ┃ ┣ FacetConfigs.js   <-- url of the SPARQL endpoint and property paths for facets
- ┃ ┃ ┃ ┣ SparqlQueriesFullText.js   <-- add result set properties for full text search here
- ┃ ┃ ┃ ┣ SparqlQueriesPerspective1.js  <-- SPARQL queries related to a specific perspective
- ┃ ┃ ┃ ┣ SparqlQueriesPerspective2.js
- ┃ ┃ ┃ ┣ ...
- ┃ ┃ ┃ ┗ SparqlQueriesPrefixes.js   <-- prefixes for all SPARQL queries
+ ┃ ┃ ┣ YOUR_PORTAL
+ ┃ ┃ ┃ ┣ perspective_configs
+ ┃ ┃ ┃ ┃ ┗ ... <-- endpoint and facet configs for each perspective 
+ ┃ ┃ ┃ ┣ sparql_queries
+ ┃ ┃ ┃ ┃ ┗ ...  <-- SPARQL queries
+ ┃ ┃ ┃ ┗ BackendSearchConfig.js <-- combine your backend config into this file  
+ ┃ ┗ index.js <-- import the backend config file here
 ```
 
 ## Documentation