Skip to content

Commit e5c626d

Browse files
authored
Update README.md
1 parent 6cafa05 commit e5c626d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# NavAbilitySDK.jl
22

33

4-
| Stable Release | Dev branch | Documentation |
5-
|----------------|------------|---------------|
6-
| [![Unit tests stb][sdkjl-ci-std-img]][sdkjl-ci-url] | [![Unit tests dev][sdkjl-ci-dev-img]][sdkjl-ci-url] | [![Documentation][sdkjl-docs-img]][sdkjl-docs-url] |
4+
| Main branch | Documentation |
5+
|------------|---------------|
6+
| [![Unit tests dev][sdkjl-ci-dev-img]][sdkjl-ci-url] | [![Documentation][sdkjl-docs-img]][sdkjl-docs-url] |
77

88
[sdkjl-ci-dev-img]: https://github.com/NavAbility/NavAbilitySDK.jl/actions/workflows/tests.yml/badge.svg?branch=main
9-
[sdkjl-ci-std-img]: https://github.com/NavAbility/NavAbilitySDK.jl/actions/workflows/tests.yml/badge.svg?branch=release%2Fv0.4
9+
[sdkjl-ci-std-img]: https://github.com/NavAbility/NavAbilitySDK.jl/actions/workflows/tests.yml/badge.svg?branch=release%2Fv0.8
1010
[sdkjl-ci-url]: https://github.com/NavAbility/NavAbilitySDK.jl/actions/workflows/tests.yml
1111
[sdkjl-docs-img]: https://img.shields.io/badge/docs-dev-blue.svg
1212
[sdkjl-docs-url]: https://navability.github.io/NavAbilitySDK.jl/dev/
@@ -25,8 +25,7 @@ Pkg.add("NavAbilitySDK")
2525

2626
# Notes and FAQ
2727

28-
- **Which user should I use?** The Guest user is open and free for everyone to use. We recommend testing with this user, because it doesn't require any authentication. Note though, that the data is cleared on a regular basis, and that everyone can see your test data (all Guest users are created equal), so don't put anything in there that is sensitive.
29-
- **I have sensitive data, how do I create a user?** Great question, the NavAbility services completely isolate data per user and you can create a user at any point. At the moment we create users on demand because the services are changing as we develop them, and we want to make sure we can let everyone know as they do. Send us an email at [info@navability.io](mailto:info@navability.io) and we'll create a user for you right away.
28+
- **Where do I get login credentials?** The NavAbility platform is currently in private beta and we create users on demand. Send us an email at [info@navability.io](mailto:info@navability.io) and we'll get in contact and create a user for you.
3029
- Otherwise for any questions, comments, or feedback please feel free to email us at [info@navability.io](mailto:info@navability.io) or write an issue on the repo.
3130

3231
# Example

0 commit comments

Comments
 (0)