Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Clear up confusion regarding writing.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Mar 8, 2019
1 parent a8261c1 commit 62ae089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You will need a copy of [popup.html](https://solid.github.io/solid-auth-client/d

```

#### Write data expressions with LDflex
#### Create data expressions with LDflex
Solid React data components
use the [LDFlex](https://github.com/solid/query-ldflex/) language
to build paths to the data you want.
Expand All @@ -102,7 +102,7 @@ For example:
- `"[https://ruben.verborgh.org/profile/#me].homepage"` will resolve to Ruben's homepage
- `"[https://ruben.verborgh.org/profile/#me].friends.firstName"` will resolve to Ruben's friends' names

Learn how to [write your own LDflex expressions](https://github.com/solid/query-ldflex/#creating-data-paths).
Learn how to [create your own LDflex expressions](https://github.com/solid/query-ldflex/#creating-data-paths).


## 💪🏾 Create your own components
Expand Down

0 comments on commit 62ae089

Please sign in to comment.