Skip to content

Commit

Permalink
Wording & naming
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Mar 17, 2024
1 parent 067406a commit 098bd8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global user.name 'Safe Sky Release Automation'
git config --global user.email '[email protected]'
curl -LO https://atlas.safe-sky.net/v1/openapi.json
curl -LO https://app.safe-sky.net/v1/openapi.json
npm i -g @redocly/cli@latest
redocly build-docs openapi.json -o docs/index.html
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Atlas API
# Public API

This repo contains the API specifications for the Safe Sky Atlas API.
This repo contains the API specifications for the public API provided by
Safe Sky Industries.

A rendered version of this API specification can be viewed at
https://safe-sky.github.io/atlas-api/

0 comments on commit 098bd8f

Please sign in to comment.