Commit bef9f421 authored by redwane mahjoubi's avatar redwane mahjoubi

Update README.md

parent b53463ae
......@@ -9,10 +9,7 @@ npm i skyid-sdk-web-win
npm i skyid-sdk-web-lx
### `2. You will find the ‘skyid_impl_v1.js’ file in the assets folder:`
**structure_of_folder**
### `3.In your components import the Jquery and the SDK Web :`
### `2.In your components import the Jquery and the SDK Web :`
<script>
import $ from 'jquery';
......@@ -21,7 +18,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
</script>
### `4.copy the code bellow inside the useEffect(){...} lifecycle Hook:`
### `3.copy the code bellow inside the useEffect(){...} lifecycle Hook:`
useEffect(()=>{
skyid_imp.initViewComponent()
......@@ -62,7 +59,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
},[])
### `5.Copy the HTML code :`
### `4.Copy the HTML code :`
<div class="wrapper">
<div id="skyid_fa_document_container">
......@@ -90,7 +87,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
### `6.Add CSS style:`
### `5.Add CSS style:`
<style>
html, body {
......
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