Skip to content

Commit 9bfc11d

Browse files
committed
linked Medium article
1 parent 2f5ff59 commit 9bfc11d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ file.append(data);
5454
file.close();
5555
```
5656

57-
## API Reference
57+
## Documentation
5858

59-
The full API reference is available [here](docs/API.md).
59+
- [Full API reference](docs/API.md)
60+
- *Nitro Modules — The easiest and fastest way to write React Native modules*, [Medium article](https://medium.com/@dave.weese/nitro-modules-1e0fbffcdda4)
6061

6162
## Example App
6263

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
],
5151
"repository": {
5252
"type": "git",
53-
"url": "http://github.com/d4l-data4life/react-native-mmfile.git"
53+
"url": "https://github.com/d4l-data4life/react-native-mmfile.git"
5454
},
5555
"author": "David Weese <[email protected]> (https://github.com/weese)",
5656
"license": "MIT",
5757
"bugs": {
58-
"url": "http://github.com/d4l-data4life/react-native-mmfile/issues"
58+
"url": "https://github.com/d4l-data4life/react-native-mmfile/issues"
5959
},
60-
"homepage": "http://github.com/d4l-data4life/react-native-mmfile#readme",
60+
"homepage": "https://github.com/d4l-data4life/react-native-mmfile#readme",
6161
"publishConfig": {
6262
"registry": "https://registry.npmjs.org/"
6363
},

0 commit comments

Comments
 (0)