Corrected Unreachable Plugins Dir Path (#2952)
Summary: **All the 4 plugins paths are unreachable/changed in [in-this-repo](https://github.com/facebook/flipper#in-this-repo) section in README file. I have updated them with the correct paths.** - **Before Changes**  - **After Changes**  Pull Request resolved: https://github.com/facebook/flipper/pull/2952 Reviewed By: muraziz Differential Revision: D31502036 Pulled By: passy fbshipit-source-id: 6f2af9d312045704e1bb2efec4f841022ebbfaaa
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f4ca106080
commit
0184218403
@@ -57,10 +57,10 @@ This repository includes all parts of Flipper. This includes:
|
||||
* native Flipper SDKs for iOS (`/iOS`)
|
||||
* native Flipper SDKs for Android (`/android`)
|
||||
* Plugins:
|
||||
* Logs (`/desktop/src/device-plugins/logs`)
|
||||
* Layout inspector (`/desktop/plugins/layout`)
|
||||
* Network inspector (`/desktop/plugins/network`)
|
||||
* Shared Preferences/NSUserDefaults inspector (`/desktop/plugins/shared_preferences`)
|
||||
* Logs (`/desktop/plugins/public/logs`)
|
||||
* Layout inspector (`/desktop/plugins/public/layout`)
|
||||
* Network inspector (`/desktop/plugins/public/network`)
|
||||
* Shared Preferences/NSUserDefaults inspector (`/desktop/plugins/public/shared_preferences`)
|
||||
* website and documentation (`/website` / `/docs`)
|
||||
|
||||
# Getting started
|
||||
|
||||
Reference in New Issue
Block a user