Skip to content

Commit

Permalink
Update README.md for Deno bundle v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 21, 2024
1 parent 4e6711b commit cf8306b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ limitations under the License.
## Usage

```javascript
import propertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-property-symbols@deno/mod.js';
import propertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-property-symbols@v0.2.1-deno/mod.js';
```

#### propertySymbols( obj )
Expand Down Expand Up @@ -76,7 +76,7 @@ var symbols = propertySymbols( {} );
```javascript
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js';
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js';
import propertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-property-symbols@deno/mod.js';
import propertySymbols from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-property-symbols@v0.2.1-deno/mod.js';

function Foo() {
if ( hasSymbolSupport() ) {
Expand Down

0 comments on commit cf8306b

Please sign in to comment.