Updated imports on LDO Readme

main
jaxoncreed 2 years ago
parent eabe009c44
commit 1792ae5ce6
  1. 2
      packages/ldo/README.md

@ -29,7 +29,7 @@ npm i @ldo/ldo
Below is a simple example of LDO in a real use-case (changing the name on a Solid Pod). Assume that a ShapeType was previously generated and placed at `./.ldo/foafProfile.shapeTypes`.
```typescript
import { parseRdf, startTransaction, toSparqlUpdate, toTurtle } from "ldo";
import { parseRdf, startTransaction, toSparqlUpdate, toTurtle } from "@ldo/ldo";
import { FoafProfileShapeType } from "./.ldo/foafProfile.shapeTypes";
async function run() {

Loading…
Cancel
Save