8000 docs(readme): missing back tick · rborgese/flutter-webrtc@14cc8ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 14cc8ce

Browse files
authored
docs(readme): missing back tick
It is causing an issue on pub.dev where you can't see the path https://pub.dev/packages/flutter_webrtc
1 parent 3be55ec commit 14cc8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This entry allows your app to access camera and microphone.
3030

3131
### Android
3232

33-
Ensure the following permission is present in your Android Manifest file, located in `<project root>/android/app/src/main/AndroidManifest.xml:
33+
Ensure the following permission is present in your Android Manifest file, located in `<project root>/android/app/src/main/AndroidManifest.xml`:
3434

3535
```xml
3636
<uses-feature android:name="android.hardware.camera" />

0 commit comments

Comments
 (0)
0