Skip to content

Commit

Permalink
add some quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
baptmaury committed Nov 28, 2024
1 parent e9e8f34 commit 4fa57d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ Then create a new release on the scalingo.js Github repository.

#### Using yarn link

In the scalingo.js repo, do
In the `scalingo.js` repo, do

```bash
yarn link
```

In the project that needs scalingo.js, do
In the project that needs `scalingo.js`, do

```bash
yarn link scalingo
```

On any change you make to scalingo.js that you need to use in your project, don't forget to run
On any change you make to `scalingo.js` that you need to use in your project, don't forget to run

```bash
yarn build
Expand Down

0 comments on commit 4fa57d6

Please sign in to comment.