Skip to content

Commit 51cf8e3

Browse files
committed
Update docs
1 parent f2e47cc commit 51cf8e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
> [!NOTE]
2626
> This library only works for iOS and Android and we want to eventually support React Native for Windows, macOS, visionOS and other out-of-tree platforms too.
2727
28-
See the document on ["how it works"](./docs/HOW_IT_WORKS.md) for a detailed description of what it's like to write native modules using this package.
28+
See the document on ["how it works"](./docs/HOW-IT-WORKS.md) for a detailed description of what it's like to write native modules using this package.
2929

3030
## Packages
3131

docs/HOW-IT-WORKS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This document will outline what happens throughout the various parts of the system, when the app calls the `add` method on the library introduced in the ["usage" document](./USAGE.md).
44

5+
<!-- TODO: Add Clone this repo: ... -->
6+
<!-- TODO: Add C++ code snippet -->
7+
<!-- TODO: Add JS code snippet on requiring and calling it -->
8+
59
## `my-app` makes an `import`
610

711
Everything starts from the consuming app importing the `calculator-lib`.

0 commit comments

Comments
 (0)