Skip to content

Commit 8cfac5b

Browse files
atljmrousavy
andcommitted
Update packages/create-react-native-library/templates/common/CONTRIBUTING.md
Co-authored-by: Marc Rousavy <[email protected]>
1 parent 39f1881 commit 8cfac5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/common/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The [example app](/example/) demonstrates usage of the library. You need to run
2323

2424
It is configured to use the local version of the library, so any changes you make to the library's source code will be reflected in the example app. Changes to the library's JavaScript code will be reflected in the example app without a rebuild, but native code changes will require a rebuild of the example app.
2525
<% if (project.nitro) { -%>
26-
This project uses [Nitro Modules](https://nitro.margelo.com/). If you're not familiar with how Nitro works, make sure to check the [Nitro Modules Docs](https://nitro.margelo.com/docs).
26+
This project uses [Nitro Modules](https://nitro.margelo.com/). If you're not familiar with how Nitro works, make sure to check the [Nitro Modules Docs](https://nitro.margelo.com/).
2727
<% } -%>
2828

2929
<% if (project.native) { -%>

0 commit comments

Comments
 (0)