Skip to content

Commit 9ae0427

Browse files
Update README.md
1 parent 0fac006 commit 9ae0427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ For example, StageNow will look as follows to enable access to the serial number
3131

3232
You can then run this sample app and should see something like the below (captured on a device that does not support a SIM card):
3333

34-
![Non-WAN](https://raw.githubusercontent.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/master/screenshots/non-wan.jpg)
34+
![Non-WAN](https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/raw/master/screenshots/non-wan.jpg)
3535

3636
## Handling errors:
3737

3838
If you failed to correctly allow your application access to oem_info service, you will see an error stating so against each property you did not assign access to, as shown below:
3939

40-
![no_service_access](https://raw.githubusercontent.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/master/screenshots/no_service_access.jpg)
40+
![no_service_access](https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample/raw/master/screenshots/no_service_access.jpg)
4141

4242
Assign access to your device and re-run the application.
4343

0 commit comments

Comments
 (0)