Skip to content

Commit

Permalink
Update algorithm.yaml
Browse files Browse the repository at this point in the history
Add highlighting to algorithms collection description

Signed-off-by: Angelos Chalaris <[email protected]>
  • Loading branch information
Chalarangelo authored Aug 26, 2024
1 parent b8c07f5 commit 667a0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/collections/js/algorithm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ languageMatcher: javascript
tagMatcher: algorithm
description: >-
The JavaScript algorithms collection includes implementations and examples
of popular algorithms in ES6. Algorithmic snippets are primarily a
learning resource, as they might already be implemented natively or
of popular algorithms in ES6. Algorithmic snippets are **primarily a
learning resource**, as they might already be implemented natively or
require optimizations to run in production.
shortDescription: >-
Learn a handful of popular algorithms, implemented in JavaScript ES6.
Expand Down

0 comments on commit 667a0db

Please sign in to comment.