Skip to content

Commit

Permalink
changed in read me.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 20, 2024
1 parent 3e3b42b commit 86da36d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import Share from 'fe-pilot/Share';
> ###
> 1. AutoFillOtp            :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/AutoFillOtp/README.md)
> 2. CopyToClipboard :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/CopyToClipboard/README.md)
> 3. LiveLocation         :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocation/README.md)
> 3. LiveLocation         :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocationTracking/README.md)
> 4. LocateMe              :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LocateMe/README.md)
> 5. PhoneBook           :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/PhoneBook/README.md)
> 6. Scanner                 :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/Scanner/README.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import Share from 'fe-pilot/Share';
###
1. AutoFillOtp              :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/AutoFillOtp/README.md)
2. CopyToClipboard :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/CopyToClipboard/README.md)
3. LiveLocation           :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocation/README.md)
3. LiveLocation           :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocationTracking/README.md)
4. LocateMe                 :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LocateMe/README.md)
5. PhoneBook             :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/PhoneBook/README.md)
6. Scanner                    :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/Scanner/README.md)
Expand Down
6 changes: 6 additions & 0 deletions __app/component/CopyToClipboard/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# 1. Happy Flow

```js
<CopyToClipboard
elementToBeCopy="Password field is not contained in a form: (More info: "
/>
```
6 changes: 6 additions & 0 deletions __app/component/LocateMe/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1. sudo vim /etc/hosts
2. 127.0.0.1 beta.reliancedigital.live
3. chrome://net-internals/#hsts
4. delete beta.reliancedigital.live
5. chrome://flags/#unsafely-treat-insecure-origin-as-secure
6. add domain [beta.reliancedigital.live](http://beta.reliancedigital.live:9003)

0 comments on commit 86da36d

Please sign in to comment.