Skip to content

Commit 2ac576d

Browse files
authored
Update README.md
1 parent 91320ac commit 2ac576d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🛠 react-native-config-reader
1+
# 🛠 react-native-config-reader [![npm](https://img.shields.io/npm/v/react-native-config-reader.svg)](https://npmjs.com/package/react-native-config-reader) [![npm](https://img.shields.io/npm/dm/react-native-config-reader.svg)](https://npmjs.com/package/react-native-config-reader)
22

33
A native library to access all the native code's build configurations from JS.
44

@@ -44,7 +44,7 @@ Create new field inside ios `info.plist` file
4444
<?xml version="1.0" encoding="UTF-8"?>
4545
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4646

47-
<plist version="1.0">
47+
<plist version="1.0">
4848
<dict>
4949
<key>CFBundleDisplayName</key>
5050
<string>com.react-native.react-native-config-reader</string>

0 commit comments

Comments
 (0)