Skip to content

Commit 8cc0ea5

Browse files
committed
remove redundant numbers
1 parent 0e50995 commit 8cc0ea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See [`CONTRIBUTING.md`][org-contrib].
3636

3737
### The three phases of generating a report
3838

39-
1. **1-Fetch**: This phase involves collecting data from a particular source
39+
1. **Fetch**: This phase involves collecting data from a particular source
4040
using its API. Before writing any code, we plan the analyses we want to
4141
perform by asking meaningful questions about the data. We also consider API
4242
limitations (such as query limits) and design a query strategy to work
@@ -70,11 +70,11 @@ See [`CONTRIBUTING.md`][org-contrib].
7070
- [SPDX identifier][spdx-identifier]: A standardized identifier maintained
7171
by the Software Package Data Exchange (SPDX) project. It provides a
7272
consistent way to reference licenses in applications.
73-
2. **2-Process**: In this phase, the fetched data is transformed into a
73+
2. **Process**: In this phase, the fetched data is transformed into a
7474
structured and standardized format for analysis. The data is then analyzed
7575
and categorized based on defined criteria to extract insights that answer
7676
the meaningful questions identified during the 1-fetch phase.
77-
3. **3-report**: This phase focuses on presenting the results of the analysis.
77+
3. **report**: This phase focuses on presenting the results of the analysis.
7878
We generate graphs and summaries that clearly show trends, patterns, and
7979
distributions in the data. These reports help communicate key insights about
8080
the size, diversity, and characteristics of openly licensed and public

0 commit comments

Comments
 (0)