Commit 3f631920 authored by redwane mahjoubi's avatar redwane mahjoubi

Update README.md

parent 22e809c1
...@@ -14,12 +14,12 @@ npm i skyid-sdk-web-lx ...@@ -14,12 +14,12 @@ npm i skyid-sdk-web-lx
### `2.In your components import the Jquery and the SDK Web :` ### `2.In your components import the Jquery and the SDK Web :`
' "
<script> <script>
import $ from 'jquery'; import $ from 'jquery';
import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_v1.js' file import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_v1.js' file
... ...
</script>' </script>"
### `3.copy the code bellow inside the useEffect(){...} lifecycle Hook:` ### `3.copy the code bellow inside the useEffect(){...} lifecycle Hook:`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment