Skip to content

Commit

Permalink
Remove $ from README.md terminal commands (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresribeiro authored Aug 28, 2021
1 parent f48a4da commit 4402cb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ React Native MaskedView for iOS and Android.
## Getting Started

```
$ yarn add @react-native-masked-view/masked-view
yarn add @react-native-masked-view/masked-view
```

or

```
$ npm install --save @react-native-masked-view/masked-view
npm install --save @react-native-masked-view/masked-view
```

#### Using React Native >= 0.60
Expand All @@ -30,14 +30,14 @@ Linking the package manually is not required anymore with [Autolinking](https://

- **iOS Platform:**

`$ npx pod-install`
`npx pod-install`

#### Using React Native < 0.60

You then need to link the native parts of the library for the platforms you are using. The easiest way to link the library is using the CLI tool by running this command from the root of your project:

```
$ react-native link @react-native-masked-view/masked-view
react-native link @react-native-masked-view/masked-view
```

## Usage
Expand Down

0 comments on commit 4402cb2

Please sign in to comment.