Skip to content

Commit

Permalink
Merge pull request #20 from dpc-sdp/chore/update-readme
Browse files Browse the repository at this point in the history
docs: 💄 wrong highlighter
  • Loading branch information
waitingallday authored Feb 22, 2024
2 parents cae9b9d + 930dc8a commit 6bdfbb1
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 @@ -40,7 +40,7 @@ Make sure **Set as the latest release** is ticked then **Publish release**. A Gi

Add to the site app via `package.json` e.g.

```json
```ts
dependencies: {
...
"@dpc-sdp/ripple-lib-starter": "v0.1.0",
Expand All @@ -50,7 +50,7 @@ dependencies: {

Finally, the site app will need to add this custom later in its own `nuxt.config.ts` e.g.

```json
```ts
export default defineNuxtConfig({
// See https://nuxt.com/docs/getting-started/layers - please add custom layers after the //custom layers comment
extends: [
Expand Down

0 comments on commit 6bdfbb1

Please sign in to comment.