Skip to content

Commit

Permalink
docs: clarifying that function replacements come from both exports an…
Browse files Browse the repository at this point in the history
…d modules
  • Loading branch information
Manason committed Sep 27, 2023
1 parent 5d7fec8 commit 1c72b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/converting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

# Switching a resource from Qb to Qbox
1. Import the needed modules from qbx_core to supply replacement functions for ones from QBCore
2. Replace calls to QBCore one by one with calls to the imported modules. Both can be used at the same time, so conversion can be done partially, or over time.
2. Replace calls to QBCore one by one with calls to the imported modules and exported functions. Both can be used at the same time, so conversion can be done partially, or over time.

0 comments on commit 1c72b18

Please sign in to comment.