Skip to content

Commit

Permalink
add note about escaping on powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dzeda committed May 14, 2024
1 parent 7538c6d commit 0d5f5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/guide/try_the_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
All requests for BCDA data follow this four step process, as do other APIs following the Bulk FHIR specifications.
</p>
<p>
For more detail for each of these steps and specific information for retrieving production data, see the <a href=/build.html target="_self" class="in-text__link"> Building Your Application</a> page. For this short demo, follow along in your Terminal window or through an application such as Postman.
For more detail for each of these steps and specific information for retrieving production data, see the <a href=/build.html target="_self" class="in-text__link"> Building Your Application</a> page. For this short demo, follow along in your Terminal window or through an application such as Postman. Powershell users will need to replace backslash characters \ with backticks ` to properly escape the $export operation.
</p>

<h2>
Expand Down

0 comments on commit 0d5f5b3

Please sign in to comment.